mirror of
https://github.com/holub/mame
synced 2025-05-24 23:05:32 +03:00
not worth mention: made MAME compile again
This commit is contained in:
parent
11294df545
commit
05fd2ed6ae
@ -435,12 +435,14 @@ static void register_for_save_states(tms5220_state *tms)
|
||||
|
||||
**********************************************************************************************/
|
||||
|
||||
#ifdef DEBUG_PARSE_FRAME_DUMP
|
||||
static void printbits(long data, int num)
|
||||
{
|
||||
int i;
|
||||
for (i=(num-1); i>=0; i--)
|
||||
fprintf(stderr,"%0d", (int)(data>>i)&1);
|
||||
}
|
||||
#endif
|
||||
|
||||
/**********************************************************************************************
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user