Typos in unused macros, catch them before they catch you (nw)

This commit is contained in:
Alex W. Jackson 2014-09-18 04:36:21 +00:00
parent b888f5e86e
commit 229ffaf20f

View File

@ -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
{