dasm-assembler / dasm

Macro assembler with support for several 8-bit microprocessors

Home Page:https://dasm-assembler.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atari 2600 "macro.h": SLEEP macro causes unwanted bankswitching with some cartridge types (e.g. 3F)

ale-79 opened this issue · comments

Line 69 ("nop 0") should be changed to "nop VSYNC", to ensure that the instruction will access a "safe" memory location even when a different TIA_BASE_ADDRESS is defined (see "vcs.h")

Done.