summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tlcs900
Commit message (Expand)AuthorAgeFilesLines
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-121/+121
* tmp95c063: added int6. (nw) Ville Linde2014-05-131-0/+12
* fixed usage of uninitialized members in tlcs900h_device (nw) Oliver Stöneberg2014-04-281-0/+17
* and more *.c -> *.inc renaming (nw) Oliver Stöneberg2014-03-192-1/+1
* fixed default value in previous commit (nw) Oliver Stöneberg2014-02-281-1/+1
* fixed usage of uninitialized member in tmp95c063_device (nw) Oliver Stöneberg2014-02-281-0/+1
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-1/+0
* Added 8/16 bit data bus configuration to TLCS900H. Default is 16bit, neogeo p... smf-2013-09-062-17/+68
* removed debugging printf() (nw) smf-2013-09-051-1/+0
* Renamed TLCS900H to TMP95C061, moved the I/O handling into it's own class & h... smf-2013-09-052-391/+752
* tlcs900.c: Modernized cpu core (nw) Wilbert Pol2013-09-043-3671/+4036
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-0/+2
* (MESS) ngp.c: Made the drivers a bit more user friendly. (nw) Wilbert Pol2013-03-081-0/+4
* tlcs900.c: Fixed BIT operation on bytes for bit numbers > 7. (nw) Wilbert Pol2013-01-141-1/+1
* tlcs900.c: Fake 'done serial sending' IRQ. Fixes SNK Gals' Fighter in the ngp... Wilbert Pol2013-01-141-1/+6
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-114-688/+686
* tlcs900.c: Implemented the 4-byte prefetch queue. [Wilbert Pol] Wilbert Pol2012-10-162-133/+189
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-4/+4
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-172-2/+2
* Pass 2 of struct modernization. Aaron Giles2012-09-152-4/+4
* First pass at modernizing struct definitions. Aaron Giles2012-09-152-4/+2
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-12/+12
* Clean-ups and version bump Miodrag Milanovic2012-07-301-3/+3
* tlcs900: Added support for TMP95C063. [Ville Linde] Ville Linde2012-07-222-267/+1158
* 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-1/+1
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* General portability fixes [Robert Muth, R. Belmont] R. Belmont2011-08-171-1077/+1087
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-6/+6
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-26/+26
* 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-2/+2
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-4/+3
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-2/+2
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-4/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+6
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-4/+4
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Within src/emu, basic conversions: Aaron Giles2010-01-121-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-103-3/+2
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-7/+7
* The other larger patch adds missing static and const qualifiers, and Aaron Giles2009-06-081-9/+9
* fix typo Wilbert Pol2009-05-141-1/+1
* TLCS-900/H cpu core fixes: Wilbert Pol2009-04-252-138/+178