From c571a0c3afbcd3693cfcf5a9745564a63190e620 Mon Sep 17 00:00:00 2001 From: nino-porcino Date: Thu, 6 Jan 2022 18:56:58 +0100 Subject: [PATCH] do not allow self modifying code on the jukebox/rom --- kickc/apple1_jukebox.tgt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kickc/apple1_jukebox.tgt b/kickc/apple1_jukebox.tgt index 88ca326..9e6ba1d 100644 --- a/kickc/apple1_jukebox.tgt +++ b/kickc/apple1_jukebox.tgt @@ -2,7 +2,7 @@ "extension": "prg", "link": "apple1_jukebox.ld", "start_address": "0x4000", - "cpu": "MOS6502X", + "cpu": "ROM6502", "interrupt": "hardware_all", "emulator": "echo", "defines": {