summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/e132xs/e132xs.c
Commit message (Expand)AuthorAgeFilesLines
...
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-19/+19
* CPU cores are now enabled on a per cpu core family basis instead of per cpu c... Wilbert Pol2009-03-251-72/+0
* Moved some of the CPU cores over to use get_safe_token like other devices. Aaron Giles2009-03-121-9/+31
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-1/+1
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-51/+51
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-21/+21
* Removed index and clock parameters from CPU_INIT function. Aaron Giles2008-12-181-19/+19
* 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-6/+2
* 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-9/+9
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls. Andrew Gardner2008-11-301-6/+2
* Pointer-ified the hyperstone core, and removed all activecpu refs. Aaron Giles2008-11-261-953/+955
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Removed globals from cpuexec. Aaron Giles2008-11-251-2/+2
* change_pc? What change_pc? Aaron Giles2008-11-241-12/+3
* Removed NO_LEGACY_MEMORY_HANDLERS defines. Aaron Giles2008-11-241-1/+0
* Converted a bunch of CPU cores over to the new memory functions. Aaron Giles2008-11-221-59/+13
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-1/+1
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-9/+9
* This patch replaces the Machine parameter where an running_machine * Aaron Giles2008-11-131-1/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-4/+5
* Removed save_device pattern if favor of just accepting the Aaron Giles2008-11-101-3/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-3/+3
* Populated tag and static_config parts of fake CPU device. Removed 'config' Aaron Giles2008-11-091-19/+19
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-14/+14
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-41/+41
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-62/+67
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-0/+1
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-5/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+0
* Rewrote core memory handlers as inline functions. These should be easier to Aaron Giles2008-04-091-8/+8
* fixed collision of TIMER define smf-2008-03-141-27/+27
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-16/+16
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-02-051-0/+28
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-5/+5
* Removed distinction between *_gettotalcycles() and *_gettotalcycles64(). Aaron Giles2008-01-291-4/+4
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers. Aaron Giles2008-01-141-0/+1
* Fixed typo for IO1 irq callback Pierpaolo Prazzoli2008-01-011-1/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-2/+2
* Changes for MAME 0.121u1.mame0121u1 Aaron Giles2007-12-171-1308/+1231
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+5606