do not allow self modifying code on the jukebox/rom

This commit is contained in:
nino-porcino 2022-01-06 18:56:58 +01:00
parent 1ea1a2ef6a
commit c571a0c3af
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"extension": "prg",
"link": "apple1_jukebox.ld",
"start_address": "0x4000",
"cpu": "MOS6502X",
"cpu": "ROM6502",
"interrupt": "hardware_all",
"emulator": "echo",
"defines": {