| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 3 | -2584/+0 |
| * | memory: Remove support for decrypted bases, use an address space instead [O. ... |  Olivier Galibert | 2015-06-24 | 1 | -1/+1 |
| * | Sorted out cpu cores (nw) |  Miodrag Milanovic | 2015-05-13 | 2 | -4/+4 |
| * | changes for Ernesto Corvi (nw) |  Miodrag Milanovic | 2015-05-11 | 1 | -2/+2 |
| * | Added dummy license headers for EMU section (nw) |  Miodrag Milanovic | 2015-05-07 | 3 | -0/+6 |
| * | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 2 | -3/+3 |
| * | string -> str rename due to future conflicts (nw) |  Miodrag Milanovic | 2015-04-12 | 2 | -3/+3 |
| * | 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 |