summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vsmile/vsmile_slot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vsmile/vsmile_slot.h')
-rw-r--r--src/devices/bus/vsmile/vsmile_slot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/vsmile/vsmile_slot.h b/src/devices/bus/vsmile/vsmile_slot.h
index a7f5d4dec32..b50af088027 100644
--- a/src/devices/bus/vsmile/vsmile_slot.h
+++ b/src/devices/bus/vsmile/vsmile_slot.h
@@ -52,8 +52,8 @@ protected:
device_vsmile_cart_interface(const machine_config &mconfig, device_t &device);
// internal state
- uint16_t *m_rom; // this points to the cart rom region
- uint32_t m_rom_size; // this is the actual game size, not the rom region size!
+ uint16_t *m_rom; // this points to the cart rom region
+ uint32_t m_rom_size; // this is the actual game size, not the rom region size!
std::vector<uint16_t> m_nvram;
};