summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6805 (follow)
Commit message (Expand)AuthorAgeFilesLines
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-22/+22
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-2/+2
* 68HC05: CLR instruction should not affect the carry flag. Verified with Free... R. Belmont2012-01-011-1/+1
* Make memset been used in cpu core in unique way (no whatsnew) Miodrag Milanovic2011-07-131-1/+1
* Fix assert when using M68HC05EG (no whatsnew) Miodrag Milanovic2011-07-101-1/+2
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-1/+1
* GCC 4.6 "Variable assigned but not used" fixes, part 6 (no whatsnew) R. Belmont2011-05-301-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-11/+11
* it's 2011, rm speedup hacks Michaƫl Banaan Ananas2011-03-181-20/+0
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-7/+7
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* M6805: Add extremely preliminary 68HC05EG support. R. Belmont2010-10-292-1/+109
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-2/+5
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-2/+2
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-10/+10
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-3/+3
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-3/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-7/+7
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-10/+9
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-10/+10
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-103-1/+2
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-3/+3
* Results of running the latest srcclean. Aaron Giles2009-12-282-24/+24
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-10/+10
* CPU cores are now enabled on a per cpu core family basis instead of per cpu c... Wilbert Pol2009-03-252-23/+0
* CPU cores now compile cleanly. Aaron Giles2009-03-151-13/+24
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-10/+10
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-13/+13
* CPU header cleanups.... Aaron Giles2008-12-182-24/+24
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+3
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-2/+0
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-12/+2
* Pointer-ified the m6805. [Andrew Gardner] Andrew Gardner2008-12-063-501/+516
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-7/+7
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-4/+4
* change_pc? What change_pc? Aaron Giles2008-11-242-28/+2
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-241-1/+0
* And the 6805 core. Aaron Giles2008-11-222-5/+8
* 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-2/+2
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-11/+11
* Pointer-ified the 6800, 6809 and hd6309 cpu cores Couriersud2008-11-141-181/+191
* This patch replaces the Machine parameter where an running_machine * Aaron Giles2008-11-131-2/+1
* Removed save_device pattern if favor of just accepting the Aaron Giles2008-11-101-2/+1
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-083-33/+33
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-23/+29