pweingar / F256Manual

A reference manual for the F256 family of retro-style computers.
Creative Commons Attribution Share Alike 4.0 International
18 stars 3 forks source link

Wrong operand value #5

Closed noyen1973 closed 1 year ago

noyen1973 commented 1 year ago

https://github.com/pweingar/C256jrManual/blob/e61bedbe1799236e1c97db66188e1e995bbfd7ed/examples/ex_bitmaps/bitmaps.asm#L95

Shouldn't the operand be #$40 as per Table 4.3 in the manual? Tile Map Layer 0 has a code value of 4.

pweingar commented 1 year ago

Yes. That's something left over from and earlier version of the layers registers.

pweingar commented 1 year ago

Should be corrected now in both the ASM file and the manual itself (that portion is shown a bit before the bitmaps section).