top | item 46938349

(no title)

greenbit | 21 days ago

I'm well familiar with 6502 shenanigans, but never really looked into 2600 programming before. Looking into that source file though, I got the impression that Atari mapped the I/O right into zero page? Kind of surprising, but I guess with the 6507 the effective address space was only 8K, so why not. Certainly if you're trying to get all your computing done in the blanking intervals, it'd help if banging the video chip could be done that much quicker as well.

discuss

order

LocalH|21 days ago

Half of zero page is the TIA, yes (although the registers only go up to $3D IIRC). The other half is RAM.