| Previous | 199869 Revisions | Next |
| r32168 Thursday 18th September, 2014 at 04:36:21 UTC by Alex Jackson |
|---|
| Typos in unused macros, catch them before they catch you (nw) |
| [src/emu/cpu/m37710] | m37710.h |
| r32167 | r32168 | |
|---|---|---|
| 86 | 86 | |
| 87 | 87 | // internal ROM region |
| 88 | 88 | #define M37710_INTERNAL_ROM_REGION "internal" |
| 89 | #define M37710_INTERNAL_ROM(_tag) (_tag ":" M3 | |
| 89 | #define M37710_INTERNAL_ROM(_tag) (_tag ":" M37710_INTERNAL_ROM_REGION) | |
| 90 | 90 | |
| 91 | 91 | class m37710_cpu_device : public cpu_device |
| 92 | 92 | { |
| Previous | 199869 Revisions | Next |