mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
fix compile (no whatsnew)
This commit is contained in:
parent
b3899b4a7f
commit
76ef55bccb
@ -5173,7 +5173,7 @@ DRIVER_INIT_MEMBER(funworld_state, ctunk)
|
||||
int start = 0x8000;
|
||||
|
||||
UINT8 *buffer;
|
||||
int i, a;
|
||||
int i;// a;
|
||||
|
||||
/*****************************
|
||||
* Program ROM decryption *
|
||||
@ -5196,7 +5196,7 @@ DRIVER_INIT_MEMBER(funworld_state, ctunk)
|
||||
|
||||
int x, na, nb, nad, nbd;
|
||||
UINT8 *src = machine().root_device().memregion( "gfx1" )->base();
|
||||
UINT8 *ROM = machine().root_device().memregion("maincpu")->base();
|
||||
//UINT8 *ROM = machine().root_device().memregion("maincpu")->base();
|
||||
|
||||
for (x=0x0000; x < 0x10000; x++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user