diff options
Diffstat (limited to 'src/devices/cpu/m6502')
-rw-r--r-- | src/devices/cpu/m6502/g65sc02.cpp (renamed from src/devices/cpu/m6502/m65sc02.cpp) | 4 | ||||
-rw-r--r-- | src/devices/cpu/m6502/g65sc02.h (renamed from src/devices/cpu/m6502/m65sc02.h) | 8 | ||||
-rw-r--r-- | src/devices/cpu/m6502/m6502.txt | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/src/devices/cpu/m6502/m65sc02.cpp b/src/devices/cpu/m6502/g65sc02.cpp index 4bea3ff8113..67b3e742363 100644 --- a/src/devices/cpu/m6502/m65sc02.cpp +++ b/src/devices/cpu/m6502/g65sc02.cpp @@ -2,7 +2,7 @@ // copyright-holders:Olivier Galibert /*************************************************************************** - m65sc02.cpp + g65sc02.cpp Rockwell-class 65c02 with internal static registers, making clock stoppable? @@ -13,7 +13,7 @@ ***************************************************************************/ #include "emu.h" -#include "m65sc02.h" +#include "g65sc02.h" DEFINE_DEVICE_TYPE(G65SC02, g65sc02_device, "g65sc02", "GTE G65SC02") DEFINE_DEVICE_TYPE(G65SC12, g65sc12_device, "g65sc12", "GTE G65SC12") diff --git a/src/devices/cpu/m6502/m65sc02.h b/src/devices/cpu/m6502/g65sc02.h index 147709ea265..a0004dfefdb 100644 --- a/src/devices/cpu/m6502/m65sc02.h +++ b/src/devices/cpu/m6502/g65sc02.h @@ -2,14 +2,14 @@ // copyright-holders:Olivier Galibert /*************************************************************************** - m65sc02.h + g65sc02.h Rockwell-class 65c02 with internal static registers, making clock stoppable? ***************************************************************************/ -#ifndef MAME_CPU_M6502_M65SC02_H -#define MAME_CPU_M6502_M65SC02_H +#ifndef MAME_CPU_M6502_G65SC02_H +#define MAME_CPU_M6502_G65SC02_H #include "r65c02.h" @@ -44,4 +44,4 @@ DECLARE_DEVICE_TYPE(G65SC12, g65sc12_device) DECLARE_DEVICE_TYPE(G65SC102, g65sc102_device) DECLARE_DEVICE_TYPE(G65SC112, g65sc112_device) -#endif // MAME_CPU_M6502_M65SC02_H +#endif // MAME_CPU_M6502_G65SC02_H diff --git a/src/devices/cpu/m6502/m6502.txt b/src/devices/cpu/m6502/m6502.txt index 788ab6fad3d..c774747a98a 100644 --- a/src/devices/cpu/m6502/m6502.txt +++ b/src/devices/cpu/m6502/m6502.txt @@ -86,11 +86,11 @@ several other CMOS variants additional commands atari lynx bastian schicks bll -integrated m65sc02 cpu core +integrated g65sc02 cpu core no bbr bbs instructions, else m65c02 compatible watara supervision -integrated m65c02 cpu core (or m65sc02 or m65ce02?) +integrated m65c02 cpu core (or g65sc02 or m65ce02?) gte65816 (nintendo snes) |