summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tlcs90 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-1/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* 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-1/+1
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-4/+4
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-4/+4
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-17/+17
* fix savestate assert Michaƫl Banaan Ananas2011-02-141-0/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-37/+37
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-5/+5
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* 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-032-14/+13
* 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-102-2/+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
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+5
* 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-092-677/+683
* 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