fix compile

This commit is contained in:
hap 2014-11-15 01:49:20 +01:00
parent 0112b2d2f9
commit 493317356e
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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;
}