| Commit message (Expand) | Author | Age | Files | Lines |
* | devcv2 -> devcb (nw) |  Miodrag Milanovic | 2014-05-14 | 1 | -121/+121 |
* | tmp95c063: added int6. (nw) |  Ville Linde | 2014-05-13 | 1 | -0/+12 |
* | fixed usage of uninitialized members in tlcs900h_device (nw) |  Oliver Stöneberg | 2014-04-28 | 1 | -0/+17 |
* | and more *.c -> *.inc renaming (nw) |  Oliver Stöneberg | 2014-03-19 | 2 | -1/+1 |
* | fixed default value in previous commit (nw) |  Oliver Stöneberg | 2014-02-28 | 1 | -1/+1 |
* | fixed usage of uninitialized member in tmp95c063_device (nw) |  Oliver Stöneberg | 2014-02-28 | 1 | -0/+1 |
* | Cleanups and version bumpmame0150 |  Miodrag Milanovic | 2013-09-17 | 1 | -1/+0 |
* | Added 8/16 bit data bus configuration to TLCS900H. Default is 16bit, neogeo p... |  smf- | 2013-09-06 | 2 | -17/+68 |
* | removed debugging printf() (nw) |  smf- | 2013-09-05 | 1 | -1/+0 |
* | Renamed TLCS900H to TMP95C061, moved the I/O handling into it's own class & h... |  smf- | 2013-09-05 | 2 | -391/+752 |
* | tlcs900.c: Modernized cpu core (nw) |  Wilbert Pol | 2013-09-04 | 3 | -3671/+4036 |
* | added missing short names to legacy devices and added validation that short n... |  Miodrag Milanovic | 2013-08-23 | 1 | -0/+2 |
* | (MESS) ngp.c: Made the drivers a bit more user friendly. (nw) |  Wilbert Pol | 2013-03-08 | 1 | -0/+4 |
* | tlcs900.c: Fixed BIT operation on bytes for bit numbers > 7. (nw) |  Wilbert Pol | 2013-01-14 | 1 | -1/+1 |
* | tlcs900.c: Fake 'done serial sending' IRQ. Fixes SNK Gals' Fighter in the ngp... |  Wilbert Pol | 2013-01-14 | 1 | -1/+6 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 4 | -688/+686 |
* | tlcs900.c: Implemented the 4-byte prefetch queue. [Wilbert Pol] |  Wilbert Pol | 2012-10-16 | 2 | -133/+189 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -1/+1 |
* | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -4/+4 |
* | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 2 | -2/+2 |
* | Pass 2 of struct modernization. |  Aaron Giles | 2012-09-15 | 2 | -4/+4 |
* | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 2 | -4/+2 |
* | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -12/+12 |
* | Clean-ups and version bump |  Miodrag Milanovic | 2012-07-30 | 1 | -3/+3 |
* | tlcs900: Added support for TMP95C063. [Ville Linde] |  Ville Linde | 2012-07-22 | 2 | -267/+1158 |
* | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 1 | -1/+1 |
* | MAME going modern part 2 (no whatsnew) |  Miodrag Milanovic | 2012-04-01 | 1 | -1/+1 |
* | MAME going modern part 1 (no whatsnew) |  Miodrag Milanovic | 2012-03-31 | 1 | -1/+1 |
* | General portability fixes [Robert Muth, R. Belmont] |  R. Belmont | 2011-08-17 | 1 | -1077/+1087 |
* | Reimplemented devcb using delegates and classes. Unified the logic |  Aaron Giles | 2011-05-02 | 1 | -6/+6 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -1/+1 |
* | Remove redundant item cpu from address_space, in favor of |  Aaron Giles | 2011-03-29 | 1 | -2/+2 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -5/+5 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -26/+26 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 1 | -2/+2 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -1/+1 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 2 | -4/+3 |
* | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 1 | -2/+2 |
* | Change cpu execute function to just use the icount stuffed by |  Aaron Giles | 2010-06-09 | 1 | -4/+0 |
* | Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. |  Aaron Giles | 2010-06-08 | 1 | -3/+3 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -7/+6 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -4/+4 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -3/+3 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -1/+1 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 3 | -3/+2 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -7/+7 |
* | The other larger patch adds missing static and const qualifiers, and |  Aaron Giles | 2009-06-08 | 1 | -9/+9 |
* | fix typo |  Wilbert Pol | 2009-05-14 | 1 | -1/+1 |
* | TLCS-900/H cpu core fixes: |  Wilbert Pol | 2009-04-25 | 2 | -138/+178 |