summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6800/m6800.c
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-31/+31
* M6801 changes: [Curt Coder] Curt Coder2011-01-211-278/+504
* M6801 changes: [Curt Coder] Curt Coder2011-01-201-108/+191
* 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-031-8/+15
* 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-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-101-10/+11
* Results of running the latest srcclean. Aaron Giles2009-12-281-9/+9
* 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-251-32/+0
* CPU cores now compile cleanly. Aaron Giles2009-03-151-19/+32
* 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
* 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-051-1527/+1527
* 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-241-21/+21
* change_pc? What change_pc? Aaron Giles2008-11-241-6/+2
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-241-2/+0
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-5/+5
* Switched m68000 core to new memory functions Couriersud2008-11-191-44/+85
* Add proper cpu_push_context to callbacks in m6800.c Couriersud2008-11-171-16/+11
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-2/+2
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-49/+49
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-10/+10