Previous 199869 Revisions Next

r18820 Friday 2nd November, 2012 at 23:01:27 UTC by smf
changed m37702 to help tafoid's source file detection (nw)
[src/emu/cpu/m37710]m37710.c

trunk/src/emu/cpu/m37710/m37710.c
r18819r18820
11981198// 37702 is identical except with an internal ROM, so just change the name
11991199CPU_GET_INFO( m37702 )
12001200{
1201   if (state == CPUINFO_STR_NAME)
1201   switch (state)
12021202   {
1203      strcpy(info->s, "M37702");
1204      return;
1203      case CPUINFO_STR_NAME: strcpy(info->s, "M37702"); break;
1204      default: CPU_GET_INFO_CALL(m37710); break;
12051205   }
12061206
1207   CPU_GET_INFO_CALL(m37710);
12081207}
12091208
12101209DEFINE_LEGACY_CPU_DEVICE(M37710, m37710);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team