summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mb88xx (follow)
Commit message (Expand)AuthorAgeFilesLines
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-37/+37
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-4/+4
* correction: irq is on falling edge Michaël Banaan Ananas2011-11-271-1/+1
* nf flag (called IF in manuals) does _not_ block external irq, it just indicat... Michaël Banaan Ananas2011-11-271-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-31/+31
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-24/+24
* 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
* Cleanups and version bump. Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-312-3/+3
* Assigned MB88xx interrupt sources unique vectors, as expected by the Arabian ... Phil Bennett2010-12-241-7/+19
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-1/+3
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-4/+4
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-3/+3
* * Fixed some bugs in the MB88xx CPU core [Alex Jackson] Phil Bennett2010-07-151-5/+5
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-17/+16
* 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-6/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-12/+11
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-27/+27
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-182-7/+7
* Within src/emu, basic conversions: Aaron Giles2010-01-121-3/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-103-1/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-16/+16
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-10/+10
* Cleanups and version bump. Aaron Giles2009-05-281-7/+7
* Replaced Namco 52xx sound simulation with emulation of the MCU. Aaron Giles2009-05-282-19/+139
* Added internal memory maps and internal clock divider to the MB88xx Aaron Giles2009-05-271-1/+39
* CPU cores now compile cleanly. Aaron Giles2009-03-151-5/+18
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2009-01-141-4/+0
* 02783: SMS-Based megatech.c sets: [debug] Access Violation with -debug Aaron Giles2008-12-301-1/+1
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-17/+17
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-7/+7
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+6
* Cleanups and version bump. Aaron Giles2008-12-151-1/+1
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-2/+0
* Pointer-ified the MB88 core. Aaron Giles2008-12-101-351/+338
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-21/+21
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* change_pc? What change_pc? Aaron Giles2008-11-241-9/+0
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-241-1/+0
* A few more conversions. Aaron Giles2008-11-221-5/+12
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-1/+1
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-1/+1
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-21/+21