mirror of
https://github.com/holub/mame
synced 2025-05-20 12:48:53 +03:00
Fix Linux compile (nw)
This commit is contained in:
parent
efe4ee4cc5
commit
ed6d1d5451
@ -355,7 +355,7 @@ static DRIVER_INIT( hb )
|
||||
{
|
||||
astra_addresslines( (UINT16*)machine.region( "maincpu" )->base(), machine.region( "maincpu" )->bytes(), 0 );
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
{
|
||||
UINT8* ROM = machine.region( "maincpu" )->base();
|
||||
FILE *fp;
|
||||
|
Loading…
Reference in New Issue
Block a user