| Previous | 199869 Revisions | Next |
| r33378 Saturday 15th November, 2014 at 00:49:20 UTC by hap |
|---|
| fix compile |
| [src/emu/machine] | pla.c |
| [src/lib/util] | plaparse.c |
| r241889 | r241890 | |
|---|---|---|
| 37 | 37 | |
| 38 | 38 | void pla_device::device_start() |
| 39 | 39 | { |
| 40 | assert( | |
| 40 | assert(region() != NULL); | |
| 41 | 41 | assert(m_terms < MAX_TERMS); |
| 42 | 42 | assert(m_inputs <= 32 && m_outputs <= 32); |
| 43 | 43 |
| r241889 | r241890 | |
|---|---|---|
| 183 | 183 | |
| 184 | 184 | // end of file |
| 185 | 185 | case 'e': |
| 186 | printf("End of file\n"); | |
| 186 | if (LOG_PARSE) printf("End of file\n"); | |
| 187 | 187 | break; |
| 188 | 188 | } |
| 189 | 189 |
| https://github.com/mamedev/mame/commit/493317356e5b8098071b611a6f9a6c8fcd690bcc |
| Previous | 199869 Revisions | Next |