mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
not worth mention: made MAME compile again
This commit is contained in:
parent
11294df545
commit
05fd2ed6ae
@ -435,13 +435,15 @@ 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
|
||||
|
||||
/**********************************************************************************************
|
||||
|
||||
tms5220_data_write -- handle a write to the TMS5220
|
||||
|
Loading…
Reference in New Issue
Block a user