summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tlcs90
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-45/+45
* Added proper NMK004 internal rom [trap15] David Haywood2014-09-132-68/+56
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-2/+5
* various cpu cores: don't state save icount (nw) Alex W. Jackson2014-07-091-1/+0
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+0
* use ARRAY_LENGTH (nw) Oliver Stöneberg2014-04-031-1/+1
* tlcs90.c: Modernized cpu core. [Wilbert Pol] Wilbert Pol2014-01-062-905/+901
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-0/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-112-1106/+1106
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Final round of struct/union/enum normalization. Aaron Giles2012-09-162-8/+8
* 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