summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/sega8/sega8_slot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/sega8/sega8_slot.h')
-rw-r--r--src/emu/bus/sega8/sega8_slot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/sega8/sega8_slot.h b/src/emu/bus/sega8/sega8_slot.h
index d70ae51a805..8a1caf8df9f 100644
--- a/src/emu/bus/sega8/sega8_slot.h
+++ b/src/emu/bus/sega8/sega8_slot.h
@@ -121,7 +121,7 @@ public:
int verify_cart(UINT8 *magic, int size);
void set_lphaser_xoffset(UINT8 *rom, int size);
- void save_ram() { if (m_cart && m_cart->get_ram_size()) m_cart->save_ram(); }
+ void save_ram() { if (m_cart && m_cart->get_ram_size()) m_cart->save_ram(); }
void set_mandatory(bool val) { m_must_be_loaded = val; }
void set_intf(const char * interface) { m_interface = interface; }