summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mn10200
Commit message (Expand)AuthorAgeFilesLines
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-4/+4
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-4/+4
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-15/+15
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Remove the global clock accessors and cpu_* aliases: Aaron Giles2010-07-071-1/+1
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-4/+4
* Added many instances of missing static and const qualifiers to MAME, and disa... Scott Stone2010-06-171-3/+3
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-2/+2
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-4/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+6
* Added some missing static qualifiers to MAME. Also, renamed some generically... Scott Stone2010-05-282-3/+3
* Cleanups and version bump.mame0137u1 Aaron Giles2010-03-251-42/+42
* MN10200 updates: [R. Belmont] R. Belmont2010-03-222-131/+331
* VS2008 compiling fix [Miodrag Milanovic] (no whatsnew) Miodrag Milanovic2010-02-181-8/+13
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-143-87/+87
* Removed unused #include. R. Belmont2010-02-041-1/+0
* Preliminary Panasonic MN10200 CPU core and Taito ZOOM ZSG-1 sound system [Oli... R. Belmont2010-02-043-0/+3326