mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
Typos in unused macros, catch them before they catch you (nw)
This commit is contained in:
parent
b888f5e86e
commit
229ffaf20f
@ -86,7 +86,7 @@ enum
|
||||
|
||||
// internal ROM region
|
||||
#define M37710_INTERNAL_ROM_REGION "internal"
|
||||
#define M37710_INTERNAL_ROM(_tag) (_tag ":" M33710_INTERNAL_ROM_REGION)
|
||||
#define M37710_INTERNAL_ROM(_tag) (_tag ":" M37710_INTERNAL_ROM_REGION)
|
||||
|
||||
class m37710_cpu_device : public cpu_device
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user