summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zt8802.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/zt8802.cpp')
-rw-r--r--src/mame/drivers/zt8802.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/zt8802.cpp b/src/mame/drivers/zt8802.cpp
index 3dec8fe3e9b..975b29c3e11 100644
--- a/src/mame/drivers/zt8802.cpp
+++ b/src/mame/drivers/zt8802.cpp
@@ -22,15 +22,15 @@ class zt8802_state : public driver_device
public:
zt8802_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag)
-// , m_maincpu(*this, "maincpu")
+// , m_maincpu(*this, "maincpu")
{ }
private:
-// required_device<cpu_device> m_maincpu;
+// required_device<cpu_device> m_maincpu;
};
//static ADDRESS_MAP_START( mem_map, AS_PROGRAM, 8, zt8802_state )
-// AM_RANGE(0x80000,0xfffff) AM_ROM AM_REGION("roms", 0)
+// AM_RANGE(0x80000,0xfffff) AM_ROM AM_REGION("roms", 0)
//ADDRESS_MAP_END
static INPUT_PORTS_START( zt8802 )