| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fixed more uninitialized variables in src/emu/cpu/tms9900/tms9900.c (nw) |  Oliver Stöneberg | 2013-02-16 | 1 | -0/+3 |
* | fixed uninitialized variables in src/emu/cpu/tms9900/tms9900.c (nw) |  Oliver Stöneberg | 2013-02-16 | 1 | -0/+3 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 8 | -741/+737 |
* | Fixed overflow detection in INC and DEC opcodes (nw) |  Michael Zapf | 2012-11-16 | 2 | -338/+338 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 3 | -6/+6 |
* | Memory handler cleanup 3. Add mem_mask parameter |  Aaron Giles | 2012-09-17 | 1 | -9/+9 |
* | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -9/+9 |
* | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 5 | -16/+16 |
* | Final round of struct/union/enum normalization. |  Aaron Giles | 2012-09-16 | 5 | -42/+42 |
* | Enum and union normalization. |  Aaron Giles | 2012-09-16 | 2 | -4/+4 |
* | removed some astring::stringbuffer() usage - fixes potential missing \0 termi... |  Oliver Stöneberg | 2012-09-07 | 2 | -2/+6 |
* | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -16/+16 |
* | tms9900: Fixed register autoincrement for DIV operation [Michael Zapf] (nw) |  Michael Zapf | 2012-07-13 | 2 | -1/+10 |
* | tms99xx: Status register parity bit handling was missing in some commands [Mi... |  Michael Zapf | 2012-07-13 | 2 | -4/+13 |
* | tms99xx: Introduced symbolic constants for interrupt lines. Added a |  Michael Zapf | 2012-07-12 | 4 | -28/+74 |
* | Fixed some issues with the LOAD interrupt (NMI) and an uninitialized variable... |  Michael Zapf | 2012-06-28 | 1 | -1/+4 |
* | Forgot to reset LOG target to logerror. (nw) |  Michael Zapf | 2012-06-14 | 1 | -1/+1 |
* | Added cycle-precise implementation of tms9980a; changed tms9900.c to allow fo... |  Michael Zapf | 2012-06-14 | 4 | -524/+924 |
* | Fix compile error (nw) |  Wilbert Pol | 2012-06-08 | 2 | -2/+2 |
* | New TMS9900 and TMS9995 implementation with proper control line handling |  Michael Zapf | 2012-06-07 | 12 | -234/+6875 |
* | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 1 | -1/+1 |
* | Fixed tms99xx STCR command [Michael Zapf] |  Miodrag Milanovic | 2011-10-30 | 1 | -5/+8 |
* | "English doesn't borrow from other languages. English follows other languages... |  Scott Stone | 2011-08-23 | 1 | -4/+4 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -2/+2 |
* | Remove redundant item cpu from address_space, in favor of |  Aaron Giles | 2011-03-29 | 1 | -8/+8 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -2/+2 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -10/+10 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -43/+43 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -4/+4 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -1/+1 |
* | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -1/+1 |
* | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -2/+2 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 2 | -7/+7 |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 1 | -67/+67 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -2/+2 |
* | Cleanups and version bump.mame0138u3 |  Aaron Giles | 2010-07-06 | 1 | -1/+1 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 6 | -23/+20 |
* | Remove the following functions: |  Aaron Giles | 2010-07-01 | 1 | -3/+3 |
* | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 1 | -3/+3 |
* | Change cpu execute function to just use the icount stuffed by |  Aaron Giles | 2010-06-09 | 1 | -3/+0 |
* | Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. |  Aaron Giles | 2010-06-08 | 1 | -5/+5 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -8/+7 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -10/+10 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 2 | -21/+21 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -2/+2 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 7 | -3/+9 |
* | Fix linker warning. |  Aaron Giles | 2010-01-04 | 1 | -4/+4 |
* | Cleaned up braces in the code so that they are properly balanced. [Atari Ace] |  Aaron Giles | 2009-12-28 | 2 | -42/+42 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 2 | -9/+9 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -6/+6 |