summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h83002
Commit message (Expand)AuthorAgeFilesLines
* Moved some of the CPU cores over to use get_safe_token like other devices. Aaron Giles2009-03-124-12/+23
* Implemented a few more H8/3xx instructions, and added funcube to seta2.c [Luc... Luca Elia2009-01-282-18/+83
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-1/+1
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-222-4/+4
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-202-26/+26
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-192-16/+16
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-2/+9
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-112-4/+0
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-092-12/+4
* activecpu_count -= 133 Aaron Giles2008-12-061-3/+3
* Changed save state system to accept machine parameters where Aaron Giles2008-12-052-24/+24
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-042-2/+2
* Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls. Andrew Gardner2008-11-302-12/+4
* Move cpunum_get_active() removal. Aaron Giles2008-11-272-8/+5
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-8/+8
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-244-7/+7
* change_pc? What change_pc? Aaron Giles2008-11-243-21/+6
* Removed unused global tokens. R. Belmont2008-11-232-14/+0
* Un-deprecat'ed the H8. R. Belmont2008-11-222-8/+6
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-1/+1
* Converted H8 CPUs to the new memory functions. R. Belmont2008-11-215-181/+190
* Fixed "H8/3344" to "H8/3334" as per Guru. R. Belmont2008-11-191-4/+4
* Big H8 update R. Belmont2008-11-198-4421/+5139
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-1/+1
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-11/+11
* This patch replaces the Machine parameter where an running_machine * Aaron Giles2008-11-131-3/+2
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-4/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-2/+2
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-083-240/+240
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-062-11/+13
* 64-bit GCC fix. R. Belmont2008-08-161-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-08-143-177/+60
* structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... Derrick Renaud2008-08-112-8/+13
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-5/+1
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-18/+18
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-2/+2
* Rewrote core memory handlers as inline functions. These should be easier to Aaron Giles2008-04-091-44/+44
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-5/+5
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-14/+14
* Cleanups/version bump.mame0122u8 Aaron Giles2008-02-031-10/+10
* - New game: Puzzlet (NOT_WORKING) Luca Elia2008-02-024-73/+770
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-7/+6
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Cleaned up leland clocks a little. Aaron Giles2008-01-151-0/+2
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-171-7/+7
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-5/+5
* Changes for MAME 0.121u1.mame0121u1 Aaron Giles2007-12-171-0/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-175-0/+5721