summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bookkeeping.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bookkeeping.h')
-rw-r--r--src/emu/bookkeeping.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/bookkeeping.h b/src/emu/bookkeeping.h
index 26b5699c6ae..7285a40f058 100644
--- a/src/emu/bookkeeping.h
+++ b/src/emu/bookkeeping.h
@@ -44,14 +44,14 @@ public:
// increment the number of dispensed tickets
void increment_dispensed_tickets(int delta);
- // ----- coin counters -----
+ // ----- coin counters -----
// write to a particular coin counter (clocks on active high edge)
void coin_counter_w(int num, int on);
// return the coin count for a given coin
int coin_counter_get_count(int num);
- // enable/disable coin lockout for a particular coin
+ // enable/disable coin lockout for a particular coin
void coin_lockout_w(int num, int on);
// return current lockout state for a particular coin