summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ttchamp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ttchamp.c')
-rw-r--r--src/mame/drivers/ttchamp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ttchamp.c b/src/mame/drivers/ttchamp.c
index 36500399d30..b5ac4c115c6 100644
--- a/src/mame/drivers/ttchamp.c
+++ b/src/mame/drivers/ttchamp.c
@@ -82,7 +82,7 @@ public:
required_device<cpu_device> m_maincpu;
required_device<palette_device> m_palette;
-
+
UINT16 m_paloff;
UINT16 m_port10;
UINT8 m_rombank;
@@ -155,7 +155,7 @@ void ttchamp_state::machine_start()
m_bakram = auto_alloc_array(machine(), UINT8, 0x100);
machine().device<nvram_device>("backram")->set_base(m_bakram, 0x100);
-
+
save_item(NAME(m_paloff));
save_item(NAME(m_port10));
save_item(NAME(m_rombank));