summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/gameboy/mbc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/gameboy/mbc.h')
-rw-r--r--src/emu/bus/gameboy/mbc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/gameboy/mbc.h b/src/emu/bus/gameboy/mbc.h
index ef261a44503..46e23c3984d 100644
--- a/src/emu/bus/gameboy/mbc.h
+++ b/src/emu/bus/gameboy/mbc.h
@@ -221,7 +221,7 @@ class gb_rom_licheng_device : public gb_rom_mbc5_device
public:
// construction/destruction
gb_rom_licheng_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
-
+
virtual DECLARE_WRITE8_MEMBER(write_bank);
};