mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +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;
|
||||
}
|
||||
|
||||
} // anonymous namespace
|
||||
|
||||
|
||||
void goldnpkr_state::init_lespendu()
|
||||
{
|
||||
@ -12313,6 +12311,8 @@ void goldnpkr_state::init_lespenduj()
|
||||
ROM0[0x7749] = 0x17; // fix lamps bug
|
||||
}
|
||||
|
||||
} // anonymous namespace
|
||||
|
||||
|
||||
/*********************************************
|
||||
* Game Drivers *
|
||||
|
Loading…
Reference in New Issue
Block a user