summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6800/m6800.c
Commit message (Expand)AuthorAgeFilesLines
* Fix missed unresolved callback case in m6803. Aaron Giles2011-05-051-0/+5
* Fix crash caused by not resolving a devcb write line. Aaron Giles2011-05-041-0/+5
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-3/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-4/+4
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-29/+29
* BIG update. Aaron Giles2011-03-291-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-19/+19
* fix initial cc (SEI sets bit 4) Michaël Banaan Ananas2011-03-061-2/+1
* some cycle fixes + cycles_nsc8105 table was wrong Michaël Banaan Ananas2011-03-061-20/+20
* decrease invalid opcode cycles (99?!) Michaël Banaan Ananas2011-02-191-47/+49
* Added HD6301 subtype to the M6800 CPU core. [Curt Coder] Curt Coder2011-02-121-1/+52
* 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-251-45/+36
* 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