| Commit message (Expand) | Author | Age | Files | Lines |
* | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 1 | -2581/+0 |
* | memory: Remove support for decrypted bases, use an address space instead [O. ... |  Olivier Galibert | 2015-06-24 | 1 | -2/+2 |
* | Changes for Bryan McPhail (nw) |  Miodrag Milanovic | 2015-05-11 | 1 | -2/+2 |
* | Added dummy license headers for EMU section (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
* | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 1 | -2/+2 |
* | string -> str rename due to future conflicts (nw) |  Miodrag Milanovic | 2015-04-12 | 1 | -2/+2 |
* | rename functions with upper case names to lower case to avoid #define collisi... |  smf- | 2014-01-22 | 1 | -642/+637 |
* | replaced #defines with inline functions (nw) |  smf- | 2014-01-21 | 1 | -318/+1902 |
* | moved contents of .inc into .c to removed #define pollution when including h6... |  smf- | 2014-01-21 | 1 | -32/+331 |
* | did modern cpu cores as well (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -1/+1 |
* | no idea why these used CPU_DISASSEMBLE but didn't use CPU_DISASSEMBLE_NAME fo... |  smf- | 2013-03-06 | 1 | -1/+1 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -37/+37 |
* | And I missed the PC (nw) |  R. Belmont | 2013-01-04 | 1 | -1/+1 |
* | h6280: remove extraneous colons from register names, makes debugger syntax to... |  R. Belmont | 2013-01-04 | 1 | -19/+19 |
* | h6280: fix disassembler hookup [R. Belmont] |  R. Belmont | 2012-12-27 | 1 | -1/+1 |
* | (nw) Fix compile error on some compilers. Should hopefully improve pce, sgx, ... |  Ryan Holtz | 2012-12-25 | 1 | -2/+2 |
* | (nw) Just in case... |  Ryan Holtz | 2012-12-25 | 1 | -0/+1 |
* | - h6280.c: Modernized the H6280 core. |  Ryan Holtz | 2012-12-23 | 1 | -304/+469 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -4/+4 |
* | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -4/+4 |
* | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -15/+15 |
* | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 1 | -1/+1 |
* | Remove redundant item cpu from address_space, in favor of |  Aaron Giles | 2011-03-29 | 1 | -4/+4 |
* | 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 | -23/+23 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -3/+3 |
* | Fixed a bogus Hu6280 CPU core bug with timer latch division values readings [... |  Angelo Salese | 2010-09-07 | 1 | -2/+2 |
* | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 1 | -0/+2 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 1 | -2/+3 |
* | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 1 | -1/+1 |
* | 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 | -5/+5 |
* | 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 | -9/+9 |
* | 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 | -4/+4 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -0/+1 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -6/+6 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -6/+6 |
* | CPU cores now compile cleanly. |  Aaron Giles | 2009-03-15 | 1 | -3/+0 |
* | Moved some of the CPU cores over to use get_safe_token like other devices. |  Aaron Giles | 2009-03-12 | 1 | -8/+17 |
* | Ok, this is The Big One. |  Aaron Giles | 2009-02-11 | 1 | -2/+2 |
* | From: Oliver Stoeneberg [mailto:oliverst@online.de] |  Aaron Giles | 2009-01-14 | 1 | -2/+2 |
* | More cleanup. Added address-space-specific constants for the various |  Aaron Giles | 2008-12-20 | 1 | -10/+10 |
* | Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. |  Aaron Giles | 2008-12-19 | 1 | -8/+8 |
* | Removed get context/set context calls from the CPU interface entirely. |  Aaron Giles | 2008-12-11 | 1 | -2/+0 |
* | Completed pointer-izing the 6502 cores. Removed h6280 SET_CONTEXT calls. |  Aaron Giles | 2008-12-09 | 1 | -7/+2 |
* | Pointer-ified the h6280 cpu core. [Andrew Gardner] |  Andrew Gardner | 2008-12-09 | 1 | -219/+190 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-12-07 | 1 | -1/+0 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -23/+23 |