From: Greg King Date: Thu, 1 Sep 2016 00:41:17 +0000 (-0400) Subject: Skipped the bit flag for the (not implemented) Mitsubishi 740 in "cpu.mac". X-Git-Tag: V2.16~74 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=579b89ad98869d13a8f65f9a37e61485243a5c38;p=cc65 Skipped the bit flag for the (not implemented) Mitsubishi 740 in "cpu.mac". --- 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