mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
goldnpkr: relocate namespace closing brace
This commit is contained in:
parent
eb7644fae5
commit
5f8a1a39c5
@ -12277,8 +12277,6 @@ void goldnpkr_state::init_pokersis()
|
|||||||
ROM[0x7ffd] = 0x5f;
|
ROM[0x7ffd] = 0x5f;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // anonymous namespace
|
|
||||||
|
|
||||||
|
|
||||||
void goldnpkr_state::init_lespendu()
|
void goldnpkr_state::init_lespendu()
|
||||||
{
|
{
|
||||||
@ -12313,6 +12311,8 @@ void goldnpkr_state::init_lespenduj()
|
|||||||
ROM0[0x7749] = 0x17; // fix lamps bug
|
ROM0[0x7749] = 0x17; // fix lamps bug
|
||||||
}
|
}
|
||||||
|
|
||||||
|
} // anonymous namespace
|
||||||
|
|
||||||
|
|
||||||
/*********************************************
|
/*********************************************
|
||||||
* Game Drivers *
|
* Game Drivers *
|
||||||
|
Loading…
Reference in New Issue
Block a user