| Commit message (Expand) | Author | Age | Files | Lines |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 3 | -46/+5 |
* | 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 | -6/+6 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -27/+27 |
* | added (but disabled) NMOS Z80 ld a,i/r quirk, see DIFF for info (no whatsnew) |  Michaël Banaan Ananas | 2011-01-16 | 1 | -2/+27 |
* | z80.c: Allow daisy chain functionality to be used in a situation where there ... |  Wilbert Pol | 2011-01-05 | 2 | -3/+6 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 2 | -3/+3 |
* | Bored about this message ... |  Angelo Salese | 2010-08-27 | 1 | -1/+1 |
* | 03203: All sets in docastle.c and mrdo.c: Unable to enter Service Mode [Phil ... |  Phil Bennett | 2010-08-22 | 1 | -0/+2 |
* | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 1 | -5/+7 |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 1 | -4/+4 |
* | 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 | -6/+6 |
* | Cleanups and version bump. |  Aaron Giles | 2010-06-17 | 2 | -2/+2 |
* | 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 | -8/+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 | 4 | -180/+305 |
* | Fixed assert in z80 cpu core when using nsc800 (no whatsnew) |  Miodrag Milanovic | 2010-05-25 | 1 | -1/+1 |
* | Added NSC800 CPU emulation to the Z80 core [Sandro Ronco] |  Fabio Priuli | 2010-05-25 | 2 | -0/+165 |
* | Made device->tag and devconfig->tag into private member variables (m_tag). |  Aaron Giles | 2010-03-08 | 1 | -8/+8 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -6/+6 |
* | Convrted the rest of devintrf to classes and moved management |  Aaron Giles | 2010-01-19 | 1 | -2/+2 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 4 | -15/+15 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 2 | -3/+3 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 5 | -12/+11 |
* | Extended the astring class wrapper into something useful, and |  Aaron Giles | 2010-01-08 | 1 | -2/+1 |
* | NOTE: This change requires two new osd functions: osd_malloc() and |  Aaron Giles | 2010-01-08 | 1 | -8/+4 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 3 | -42/+42 |
* | Z80: Check for NOP in interrupt mode 0. This allows code like ei / halt / di ... |  Dirk Best | 2009-11-03 | 1 | -18/+27 |
* | Fixed IM2 interrupt cycles [eke] |  Michaël Banaan Ananas | 2009-08-24 | 1 | -2/+3 |
* | Z80 changes: |  Michaël Banaan Ananas | 2009-08-19 | 2 | -149/+157 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -6/+6 |
* | fix error as pointed out by Laurent |  Brian Troha | 2009-06-07 | 1 | -1/+1 |
* | Z80 fixes by "Marshmellow" in emails dated 3/8/2009 to Aaron and verified by ... |  Brian Troha | 2009-06-07 | 1 | -2/+2 |
* | Bulk change alert. |  Aaron Giles | 2009-04-26 | 1 | -1/+1 |
* | Changed Z80 cycle table definitions to be per-device. Removed |  Aaron Giles | 2009-04-04 | 2 | -61/+48 |
* | CPU cores now compile cleanly. |  Aaron Giles | 2009-03-15 | 2 | -16/+25 |
* | Removed device types from device queries that use tags, under the |  Aaron Giles | 2009-03-02 | 2 | -3/+2 |
* | CPU interface organization shuffle. The file cpuintrf.h now merely |  Aaron Giles | 2008-12-22 | 1 | -2/+2 |
* | Cleanups and version bump. |  Aaron Giles | 2008-12-22 | 2 | -5/+5 |
* | Rewrote 8080/8085 interrupt handling so that it makes sense. |  Aaron Giles | 2008-12-22 | 1 | -41/+41 |
* | More cleanup. Added address-space-specific constants for the various |  Aaron Giles | 2008-12-20 | 1 | -41/+39 |
* | Oops, swapped import/export on the R register. |  Aaron Giles | 2008-12-19 | 1 | -3/+3 |
* | Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. |  Aaron Giles | 2008-12-19 | 2 | -97/+119 |
* | From: Atari Ace [atari_ace@verizon.net] |  Aaron Giles | 2008-12-17 | 1 | -0/+1 |
* | Made CPUs into proper devices. CPUs are now added in the |  Aaron Giles | 2008-12-16 | 1 | -2/+1 |
* | Removed get context/set context calls from the CPU interface entirely. |  Aaron Giles | 2008-12-11 | 1 | -2/+0 |
* | Re-routed empty get/set context calls to the dummy CPU's, and removed them |  Aaron Giles | 2008-12-09 | 1 | -12/+2 |
* | Changed save state system to accept machine parameters where |  Aaron Giles | 2008-12-05 | 1 | -25/+25 |