~ubuntu-branches/ubuntu/lucid/sdlmame/lucid

« back to all changes in this revision

Viewing changes to src/emu/cpu/se3208/se3208.c

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Falco
  • Date: 2009-11-03 17:10:15 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091103171015-6hop4ory5lxnumpn
Tags: 0.135-0ubuntu1
* New upstream release - Closes (LP: #403212)
* debian/watch: unstable releases are no longer detected
* mame.ini: added the cheat subdirectories to cheatpath so zipped
  cheatfiles will be searched too
* renamed crsshair subdirectory to crosshair to reflect upstream change
* mame.ini: renamed references to crosshair subdirectory (see above)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1848
1848
                case CPUINFO_INT_CONTEXT_SIZE:                                  info->i = sizeof(se3208_state_t);                               break;
1849
1849
                case CPUINFO_INT_INPUT_LINES:                                   info->i = 1;                                                    break;
1850
1850
                case CPUINFO_INT_DEFAULT_IRQ_VECTOR:                    info->i = 0;                                                    break;
1851
 
                case CPUINFO_INT_ENDIANNESS:                                    info->i = ENDIANNESS_LITTLE;                                    break;
 
1851
                case DEVINFO_INT_ENDIANNESS:                                    info->i = ENDIANNESS_LITTLE;                                    break;
1852
1852
                case CPUINFO_INT_CLOCK_MULTIPLIER:                              info->i = 1;                                                    break;
1853
1853
                case CPUINFO_INT_CLOCK_DIVIDER:                                 info->i = 1;                                                    break;
1854
1854
                case CPUINFO_INT_MIN_INSTRUCTION_BYTES:                 info->i = 2;                                                    break;
1897
1897
                case CPUINFO_PTR_INSTRUCTION_COUNTER:                   info->icount = &se3208_state->icount;                   break;
1898
1898
 
1899
1899
                /* --- the following bits of info are returned as NULL-terminated strings --- */
1900
 
                case CPUINFO_STR_NAME:                                                  strcpy(info->s, "SE3208");                              break;
1901
 
                case CPUINFO_STR_CORE_FAMILY:                                   strcpy(info->s, "Advanced Digital Chips Inc."); break;
1902
 
                case CPUINFO_STR_CORE_VERSION:                                  strcpy(info->s, "1.00");                                break;
1903
 
                case CPUINFO_STR_CORE_FILE:                                             strcpy(info->s, __FILE__);                              break;
1904
 
                case CPUINFO_STR_CORE_CREDITS:                                  strcpy(info->s, "Copyright Miguel Angel Horna, all rights reserved."); break;
 
1900
                case DEVINFO_STR_NAME:                                                  strcpy(info->s, "SE3208");                              break;
 
1901
                case DEVINFO_STR_FAMILY:                                        strcpy(info->s, "Advanced Digital Chips Inc."); break;
 
1902
                case DEVINFO_STR_VERSION:                                       strcpy(info->s, "1.00");                                break;
 
1903
                case DEVINFO_STR_SOURCE_FILE:                                           strcpy(info->s, __FILE__);                              break;
 
1904
                case DEVINFO_STR_CREDITS:                                       strcpy(info->s, "Copyright Miguel Angel Horna, all rights reserved."); break;
1905
1905
 
1906
1906
                case CPUINFO_STR_FLAGS:
1907
1907
                        sprintf(info->s, "%c%c%c%c %c%c%c%c%c",