Skip to content

Commit

Permalink
Temporary build fix for mspactwin
Browse files Browse the repository at this point in the history
  • Loading branch information
amadvance committed Apr 10, 2024
1 parent 1fcad10 commit 078df50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/drivers/pacman.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ MACHINE_RESET( mschamp )

MACHINE_RESET( mspactwin )
{
#if 0 /* missing memory_set_opcode_base */
static UINT8 firstrun = 0;
static UINT8 *decrypted_opcodes;
static UINT8 data_holder[0xc000];
Expand Down Expand Up @@ -392,6 +393,7 @@ MACHINE_RESET( mspactwin )
}
else
memory_set_opcode_base(0,decrypted_opcodes);
#endif
}

/*************************************
Expand Down

0 comments on commit 078df50

Please sign in to comment.