summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tlcs90/tlcs90.c
Commit message (Expand)AuthorAgeFilesLines
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-6/+6
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Remove the global clock accessors and cpu_* aliases: Aaron Giles2010-07-071-1/+1
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-5/+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-3/+1
* 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-081-7/+6
* tlcs90.c: added save states [Fabio Priuli] Fabio Priuli2010-03-171-1/+47
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-13/+13
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* 03649: gekisha: Unknown DIP 4-2 toggles Auto Tsumo after Reach. If it is enab... Angelo Salese2010-01-111-0/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-11/+11
* Dynax.c update [Luca Elia] Luca Elia2009-10-181-1/+2
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-9/+9
* Fixed pending IRQs handling in the TLCS-90 CPU core [Luca Elia] Luca Elia2009-03-231-0/+5
* CPU cores now compile cleanly. Aaron Giles2009-03-151-12/+26
* Fix 02791: cafetime: Access Violation with -debug Phil Bennett2008-12-311-1/+1
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-13/+13
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-7/+7
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-2/+0
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-091-673/+679
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-1/+0
* Fix compile errors. Aaron Giles2008-12-061-18/+18
* activecpu_count -= 133 Aaron Giles2008-12-061-20/+20
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-1/+1
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-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
* More memory conversions. Aaron Giles2008-11-231-6/+11
* 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-1/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-25/+26
* Major cpuintrf changes: Aaron Giles2008-11-101-22/+22
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-4/+4
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-21/+21
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-9/+11
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-0/+1
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-3/+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-6/+6
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-4/+4
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-3/+3
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-2/+2
* - 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
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-171-5/+5