diff options
author | 2012-09-12 17:34:06 +0000 | |
---|---|---|
committer | 2012-09-12 17:34:06 +0000 | |
commit | 99c536be34ee14c32a130e15eb06c410bb07f6b2 (patch) | |
tree | 1f4d7d57d2f5f2f96b00c6dac8c373dbcbd419bb /src/mess/machine/pokemini.c | |
parent | 81488d323502e982125c61183525470dec1e4b61 (diff) |
removed local macros since macros with same name but different syntax will be used in general (no whatsnew)
Diffstat (limited to 'src/mess/machine/pokemini.c')
-rw-r--r-- | src/mess/machine/pokemini.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/pokemini.c b/src/mess/machine/pokemini.c index 3f4b26c80c4..f9010140ef8 100644 --- a/src/mess/machine/pokemini.c +++ b/src/mess/machine/pokemini.c @@ -1556,7 +1556,7 @@ static TIMER_CALLBACK( pokemini_prc_counter_callback ) } -MACHINE_START_MEMBER( pokemini_state ) +void pokemini_state::machine_start() { /* Clear internal structures */ memset( &m_prc, 0, sizeof(m_prc) ); |