summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/gba_slot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/gba_slot.h')
-rw-r--r--src/mess/machine/gba_slot.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mess/machine/gba_slot.h b/src/mess/machine/gba_slot.h
index 119d0d31aa8..efb3c9077a5 100644
--- a/src/mess/machine/gba_slot.h
+++ b/src/mess/machine/gba_slot.h
@@ -42,9 +42,9 @@ public:
void set_rom_size(UINT32 val) { m_rom_size = val; }
// internal state
- UINT32 *m_rom; // this points to the cart rom region
+ UINT32 *m_rom; // this points to the cart rom region
UINT32 *m_nvram;
- UINT32 m_rom_size; // this is the actual game size, not the rom region size!
+ UINT32 m_rom_size; // this is the actual game size, not the rom region size!
UINT32 m_nvram_size;
};
@@ -119,9 +119,9 @@ extern const device_type GBA_CART_SLOT;
//------------------------------------------------------------------------
-//
+//
// Misc structs to attempt NVRAM identification when loading from fullpath
-//
+//
//------------------------------------------------------------------------