summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/famibox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/famibox.c')
-rw-r--r--src/mame/drivers/famibox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/famibox.c b/src/mame/drivers/famibox.c
index cd778168910..cd3a3fb86b0 100644
--- a/src/mame/drivers/famibox.c
+++ b/src/mame/drivers/famibox.c
@@ -79,7 +79,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];