| Commit message (Expand) | Author | Age | Files | Lines |
* | e132xs.c: added missing save states, fixes save states in at least pasha2, f2... |  Osso | 2014-12-12 | 2 | -17/+26 |
* | oops (nw) |  David Haywood | 2014-09-09 | 1 | -25/+25 |
* | e132xs: fix do xx= in debugger (nw) |  David Haywood | 2014-09-09 | 1 | -139/+139 |
* | Moved eminline and related files into /src/osd since it's system related (nw) |  Miodrag Milanovic | 2014-04-16 | 1 | -1/+1 |
* | more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw) |  Oliver Stöneberg | 2014-03-19 | 2 | -1/+1 |
* | did modern cpu cores as well (nw) |  Miodrag Milanovic | 2013-06-21 | 2 | -17/+17 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -2/+1 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 3 | -746/+746 |
* | Re-modernized Hyperstone device, Korean bootlegs all work now, tested with: (nw) |  Ryan Holtz | 2012-12-28 | 3 | -2222/+2283 |
* | - e132xs.c: Reverting modernization. (nw) |  Ryan Holtz | 2012-12-27 | 3 | -2261/+2222 |
* | - e132xs.c: Modernized Hyperstone CPU core. [MooglyGuy] |  Ryan Holtz | 2012-12-26 | 3 | -2222/+2261 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -4/+4 |
* | Final round of struct/union/enum normalization. |  Aaron Giles | 2012-09-16 | 1 | -2/+2 |
* | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 1 | -2/+1 |
* | added missing \n to some fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-07 | 1 | -1/+1 |
* | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -70/+70 |
* | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 1 | -5/+5 |
* | MAME going modern part 1 (no whatsnew) |  Miodrag Milanovic | 2012-03-31 | 1 | -6/+6 |
* | New WORKING game |  Pierpaolo Prazzoli | 2012-02-04 | 1 | -2/+2 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -1/+1 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -57/+57 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -9/+9 |
* | 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 | -2/+2 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
* | Add directxor parameter to direct memory accessors. Update all callers |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
* | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 2 | -1/+4 |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 1 | -8/+8 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -2/+2 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 2 | -55/+43 |
* | Remove the following functions: |  Aaron Giles | 2010-07-01 | 1 | -2/+2 |
* | Remove most other instances of cpu_get_total_cycles. |  Aaron Giles | 2010-06-30 | 1 | -4/+4 |
* | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 1 | -6/+6 |
* | 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 | -10/+10 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -13/+12 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -51/+51 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -6/+6 |
* | Missed another one (no whatsnew) |  R. Belmont | 2010-01-16 | 1 | -4/+4 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -4/+4 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 3 | -4/+2 |
* | gcc 4.5.0 compilation fixes. |  Aaron Giles | 2009-12-29 | 1 | -1/+1 |
* | Cleaned up braces in the code so that they are properly balanced. [Atari Ace] |  Aaron Giles | 2009-12-28 | 1 | -2/+2 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -23/+23 |
* | Minor speed improvement to the e132xs core - don't pass opcode parameter when... |  Phil Bennett | 2009-10-21 | 2 | -263/+260 |
* | Eliminated osd_cpu.h. |  Aaron Giles | 2009-10-12 | 1 | -21/+20 |
* | Added infrastructure to compile universal standalone disassembler: |  Aaron Giles | 2009-08-22 | 1 | -0/+5 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -19/+19 |
* | CPU cores are now enabled on a per cpu core family basis instead of per cpu c... |  Wilbert Pol | 2009-03-25 | 2 | -100/+0 |