summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/gameboy/rom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/gameboy/rom.h')
-rw-r--r--src/devices/bus/gameboy/rom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/gameboy/rom.h b/src/devices/bus/gameboy/rom.h
index 80fedd7a838..343d30195b0 100644
--- a/src/devices/bus/gameboy/rom.h
+++ b/src/devices/bus/gameboy/rom.h
@@ -44,7 +44,7 @@ public:
virtual DECLARE_READ8_MEMBER(read_rom) override;
virtual DECLARE_READ8_MEMBER(read_ram) override;
virtual DECLARE_WRITE8_MEMBER(write_ram) override;
-
+
UINT16 m_tama5_data, m_tama5_addr, m_tama5_cmd;
UINT8 m_regs[32];
UINT8 m_rtc_reg;