Search found 1 match

by Cyprian
Wed Dec 21, 2022 1:45 pm
Forum: Cartridge
Topic: Custom cartridge - Needed signals and byte ordering
Replies: 1
Views: 44866

Re: Custom cartridge - Needed signals and byte ordering


As a second question, starting with an example:

If the console want to read from address (such address 0, is only an example);
the cartridge provides the bytes from address 0 and 1,
but in which order?

D0 to D7 - Byte at address 0
D8 to D15 - Byte at address 1

or reversal?

D0 to D7 - Byte at ...