From 579b89ad98869d13a8f65f9a37e61485243a5c38 Mon Sep 17 00:00:00 2001 From: Greg King Date: Wed, 31 Aug 2016 20:41:17 -0400 Subject: [PATCH] Skipped the bit flag for the (not implemented) Mitsubishi 740 in "cpu.mac". --- asminc/cpu.mac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asminc/cpu.mac b/asminc/cpu.mac index 6a5482d1e..93711427c 100644 --- a/asminc/cpu.mac +++ b/asminc/cpu.mac @@ -7,7 +7,7 @@ CPU_ISET_65C02 = $0010 CPU_ISET_65816 = $0020 CPU_ISET_SWEET16 = $0040 CPU_ISET_HUC6280 = $0080 -CPU_ISET_4510 = $0100 +CPU_ISET_4510 = $0200 ; CPU capabilities CPU_NONE = CPU_ISET_NONE