mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
fix compile
This commit is contained in:
parent
0112b2d2f9
commit
493317356e
@ -37,7 +37,7 @@ pla_device::pla_device(const machine_config &mconfig, const char *tag, device_t
|
||||
|
||||
void pla_device::device_start()
|
||||
{
|
||||
assert(*region() != NULL);
|
||||
assert(region() != NULL);
|
||||
assert(m_terms < MAX_TERMS);
|
||||
assert(m_inputs <= 32 && m_outputs <= 32);
|
||||
|
||||
|
@ -183,7 +183,7 @@ static void process_field(jed_data *data, const UINT8 *cursrc, const UINT8 *srce
|
||||
|
||||
// end of file
|
||||
case 'e':
|
||||
printf("End of file\n");
|
||||
if (LOG_PARSE) printf("End of file\n");
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user