summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/generic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/generic.c')
-rw-r--r--src/emu/machine/generic.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/emu/machine/generic.c b/src/emu/machine/generic.c
index 38eb23d55a4..7a0fbeb7d1f 100644
--- a/src/emu/machine/generic.c
+++ b/src/emu/machine/generic.c
@@ -31,13 +31,13 @@ static void counters_save(running_machine &machine, int config_type, xml_data_no
struct generic_machine_private
{
/* tickets and coin counters */
- UINT32 dispensed_tickets;
- UINT32 coin_count[COIN_COUNTERS];
- UINT32 coinlockedout[COIN_COUNTERS];
- UINT32 lastcoin[COIN_COUNTERS];
+ UINT32 dispensed_tickets;
+ UINT32 coin_count[COIN_COUNTERS];
+ UINT32 coinlockedout[COIN_COUNTERS];
+ UINT32 lastcoin[COIN_COUNTERS];
/* memory card status */
- int memcard_inserted;
+ int memcard_inserted;
};