summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6800
Commit message (Expand)AuthorAgeFilesLines
...
* Added HD6301 subtype to the M6800 CPU core. [Curt Coder] Curt Coder2011-02-123-1/+59
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-48/+48
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-3/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Naming cleanups. (no whatsnew) Curt Coder2011-01-252-209/+44
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-31/+31
* M6801 changes: [Curt Coder] Curt Coder2011-01-212-279/+514
* M6801 changes: [Curt Coder] Curt Coder2011-01-202-108/+203
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-1/+1
* m6800 - Fixed initial state of bit 7 and 6 of flag registers (according to do... Miodrag Milanovic2010-08-271-1168/+5
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-2/+10
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-34/+34
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-3/+3
* Cleanups and version bump. Aaron Giles2010-07-291-2/+2
* Fixed HD63701 SLP opcode [Sandro Ronco] Phil Bennett2010-07-291-5/+19
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-41/+22
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-2/+2
* Fixed illegal opcodes message, not worth mentioning Angelo Salese2010-06-131-2/+2
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-12/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-23/+23
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-29/+28
* Small printf bugfix Angelo Salese2010-03-241-1/+1
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-10/+10
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-16/+16
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Within src/emu, basic conversions: Aaron Giles2010-01-121-21/+21
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-103-11/+12
* Results of running the latest srcclean. Aaron Giles2009-12-282-10/+10
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-12/+12
* From: Oliver Stoeneberg [oliverst@online.de] Aaron Giles2009-05-251-2/+2
* CPU cores are now enabled on a per cpu core family basis instead of per cpu c... Wilbert Pol2009-03-254-74/+0
* CPU cores now compile cleanly. Aaron Giles2009-03-152-24/+37
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-21/+21
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-16/+16
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-23/+23
* Removed index and clock parameters from CPU_INIT function. Aaron Giles2008-12-181-3/+3
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-1/+8
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-2/+0
* Here's the big one.... Aaron Giles2008-12-111-4/+0
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-62/+24
* [M6800] Removed the extraneous cpu_pop_context(). Curt Coder2008-12-081-1/+0
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-1/+0
* m68_state -> cpustate Aaron Giles2008-12-053-1814/+1814
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-41/+41
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* Removed cpunum_get_active() calls from a number of CPU cores. Aaron Giles2008-11-261-18/+18
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-6/+6
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-243-122/+122