| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... |  Oliver Stöneberg | 2014-09-08 | 1 | -13/+4 |
* | More cleanups, there is issue with srcclean that needs to be taken care as we... |  Miodrag Milanovic | 2014-07-22 | 1 | -1/+1 |
* | Cleanups and version bump |  Miodrag Milanovic | 2014-07-22 | 1 | -1/+1 |
* | devcv2 -> devcb (nw) |  Miodrag Milanovic | 2014-05-14 | 1 | -9/+9 |
* | Bunch of TGP opcodes used by VF2. |  Angelo Salese | 2014-05-12 | 1 | -0/+15 |
* | Some changes to TGP with no noticeable effect. |  Angelo Salese | 2014-04-28 | 1 | -64/+59 |
* | Updated VF2 opcodes, and fixed Sky Target 3d display. |  Angelo Salese | 2014-04-27 | 1 | -5/+8 |
* | Fix for External->Reg opcode in TGP, VF2 now boots then dies a bunch of secon... |  Angelo Salese | 2014-04-27 | 1 | -2/+7 |
* | Fixed Indirect Mode addressing in TGP, fixes Manx TT crash on gameplay (bikes... |  Angelo Salese | 2014-04-27 | 1 | -1/+10 |
* | Stupid mistake from my part in TGP undocumented opcode, fixes character appea... |  Angelo Salese | 2014-04-25 | 1 | -2/+2 |
* | Used a new opcode, from VF2 |  Angelo Salese | 2014-04-16 | 1 | -0/+5 |
* | Added a bunch of unhandled opcodes for TGP, this apparently fixed Virtua Cop ... |  Angelo Salese | 2014-04-16 | 2 | -3/+50 |
* | Cleanups and version bumpmame0150 |  Miodrag Milanovic | 2013-09-17 | 1 | -2/+1 |
* | mb86233.c: Modernized cpu core (nw) |  Wilbert Pol | 2013-08-20 | 2 | -390/+345 |
* | save state cleanup, converted state_save_register_global* into save_item/save... |  Miodrag Milanovic | 2013-05-08 | 1 | -1/+1 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 2 | -454/+454 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -1/+1 |
* | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 1 | -1/+1 |
* | Enum and union normalization. |  Aaron Giles | 2012-09-16 | 1 | -2/+2 |
* | 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 | -15/+15 |
* | Changed device->subregion to device->memregion. Moved |  Aaron Giles | 2012-04-20 | 1 | -1/+1 |
* | fixed potential NULL pointer dereferences / also removed unnecessary NULL che... |  Miodrag Milanovic | 2011-08-08 | 1 | -1/+1 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -1/+1 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -3/+3 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -9/+9 |
* | Ok, last major rename for this round: |  Aaron Giles | 2011-01-01 | 1 | -1/+1 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 2 | -3/+3 |
* | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 1 | -1/+3 |
* | 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/+4 |
* | 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 | -6/+5 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -9/+9 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 2 | -5/+5 |
* | 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 | -2/+3 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -6/+6 |
* | > From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2009-09-10 | 1 | -1/+1 |
* | Added infrastructure to compile universal standalone disassembler: |  Aaron Giles | 2009-08-22 | 2 | -14/+9 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -6/+6 |
* | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -1/+1 |
* | Last-minute fix.mame0130u1 |  Aaron Giles | 2009-03-19 | 1 | -1/+1 |
* | CPU cores now compile cleanly. |  Aaron Giles | 2009-03-15 | 1 | -6/+15 |
* | From: Oliver Stoeneberg [mailto:oliverst@online.de] |  Aaron Giles | 2009-01-14 | 1 | -19/+0 |
* | More cleanup. Added address-space-specific constants for the various |  Aaron Giles | 2008-12-20 | 1 | -9/+9 |
* | Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. |  Aaron Giles | 2008-12-19 | 1 | -7/+7 |