summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i8085
Commit message (Expand)AuthorAgeFilesLines
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-192-8/+8
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-11/+9
* 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-4/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-082-77/+60
* [8080/8085 CPU] Fix of mametester bug 3227. [Robbbert] Miodrag Milanovic2010-04-032-2/+3
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-6/+6
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-5/+5
* 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-3/+2
* Results of running the latest srcclean. Aaron Giles2009-12-282-7/+7
* i8085: Curt Coder2009-09-231-4/+2
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-101-2/+2
* Cleanups and version bump.mame0133u4 Aaron Giles2009-08-291-1/+1
* Intel 8085: Curt Coder2009-08-212-29/+76
* Cleanups and version bump.mame0133u3 Aaron Giles2009-08-211-5/+5
* - fixed cycle deduction on unconditional CALL / RET, it took about half too m... Michaƫl Banaan Ananas2009-08-192-1137/+609
* Cleanups and version bump.mame0133u2 Aaron Giles2009-08-131-2/+2
* Should have been deleted. Aaron Giles2009-08-131-1/+0
* From: hoge hoge [mailto:c8cv@hotmail.com] Aaron Giles2009-08-133-2066/+32
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-7/+7
* - Fixed display of the i8085's SP register when in the debugger. [MooglyGuy] Ryan Holtz2009-05-061-2/+2
* Fixed XF flag. Aaron Giles2009-04-201-8/+8
* Moved some of the CPU cores over to use get_safe_token like other devices. Aaron Giles2009-03-121-7/+17
* Cleanups and version bump. Aaron Giles2008-12-222-34/+34
* Rewrote 8080/8085 interrupt handling so that it makes sense. Aaron Giles2008-12-223-689/+641
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-9/+9
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-9/+9
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-182-12/+13
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* More device normalization: Aaron Giles2008-12-161-5/+5
* Cleanups and version bump. Aaron Giles2008-12-151-1/+1
* From: Micko [mailto:mmicko@gmail.com] Aaron Giles2008-12-141-48/+7
* I8085 Curt Coder2008-12-122-0/+32
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-2/+0
* Pointer-ified the 8085 core. Aaron Giles2008-12-103-953/+963
* Cleanups/version bump/added missing drivers.mame0128u5 Aaron Giles2008-12-061-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-30/+30
* From: Micko [mailto:mmicko@gmail.com] Aaron Giles2008-12-041-1/+2
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* change_pc? What change_pc? Aaron Giles2008-11-242-10/+1
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-241-1/+0
* Removed memory context switch. Let the fun begin. Aaron Giles2008-11-241-0/+1
* Converted a bunch of CPU cores over to the new memory functions. Aaron Giles2008-11-222-12/+18
* 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-4/+4
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-30/+30
* This patch replaces the Machine parameter where an running_machine * Aaron Giles2008-11-131-2/+1