summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cham24.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cham24.c')
-rw-r--r--src/mame/drivers/cham24.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cham24.c b/src/mame/drivers/cham24.c
index 68430e7c776..0500e232fe0 100644
--- a/src/mame/drivers/cham24.c
+++ b/src/mame/drivers/cham24.c
@@ -73,7 +73,7 @@ public:
required_device<cpu_device> m_maincpu;
required_device<nesapu_device> m_nesapu;
required_device<ppu2c0x_device> m_ppu;
-
+
UINT8* m_nt_ram;
UINT8* m_nt_page[4];
UINT32 m_in_0;