| Commit message (Expand) | Author | Age | Files | Lines |
* | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 1 | -608/+0 |
* | memory: Remove support for decrypted bases, use an address space instead [O. ... |  Olivier Galibert | 2015-06-24 | 1 | -4/+36 |
* | Allow compiling with shared libraries [O. Galibert] |  Olivier Galibert | 2015-05-31 | 1 | -3/+3 |
* | Sorted out cpu cores (nw) |  Miodrag Milanovic | 2015-05-13 | 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 | -3/+2 |
* | string -> str rename due to future conflicts (nw) |  Miodrag Milanovic | 2015-04-12 | 1 | -2/+2 |
* | m6809: add proper pre_save and post_load for hd6309 (nw) |  Alex W. Jackson | 2014-07-21 | 1 | -4/+3 |
* | m6809: add missing members to save registration; this should fix the save sta... |  Alex W. Jackson | 2014-07-07 | 1 | -0/+2 |
* | m6809: fix typo in device_post_load(), should fix various savestate regressio... |  Alex W. Jackson | 2014-07-07 | 1 | -1/+1 |
* | Fix for MT#05210 |  Wilbert Pol | 2014-01-17 | 1 | -0/+3 |
* | Converted PIA6821 to DEVCB2 [smf] |  smf- | 2014-01-06 | 1 | -0/+5 |
* | "#pragma GCC diagnostic" was actually added in 4.2, fixes Intel OSX builds (nw) |  R. Belmont | 2013-11-17 | 1 | -2/+2 |
* | Final fix: MAME builds warning-free on PowerPC OS X again (nw) |  R. Belmont | 2013-11-16 | 1 | -1/+2 |
* | did modern cpu cores as well (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -4/+4 |
* | break kram3 on purpose - marked it NOT_WORKING until encryption is implemente... |  Michaël Banaan Ananas | 2013-06-03 | 1 | -2/+1 |
* | fix kram3 set locking up MAME |  Michaël Banaan Ananas | 2013-06-03 | 1 | -25/+2 |
* | modernised the YM3526, which also required adding write lines to the 6502, 68... |  smf- | 2013-05-12 | 1 | -0/+10 |
* | Cleanups and version bumpmame0148u2 |  Miodrag Milanovic | 2013-03-19 | 1 | -39/+39 |
* | Turning off LOG_INTERRUPTS |  Nathan Woods | 2013-03-17 | 1 | -1/+1 |
* | (typo) |  Michaël Banaan Ananas | 2013-03-08 | 1 | -1/+1 |
* | Konami CPU EXG bug fix; m6809 CPU EXG/TFR cleanups (nw) |  Nathan Woods | 2013-03-08 | 1 | -0/+49 |
* | m6809 reset fix; resetting trackfld works now (nw) |  Nathan Woods | 2013-03-08 | 1 | -2/+2 |
* | changed CPU_DISASSEMBLE to use cpu_device * instead of legacy_cpu_device *, s... |  smf- | 2013-03-06 | 1 | -2/+2 |
* | Rewrite of 6809/6309/konamicpu cores. 6809 should be cycle exact based on the |  Nathan Woods | 2013-03-04 | 1 | -751/+227 |
* | Initializing variables to zero (nw) |  Nathan Woods | 2013-02-22 | 1 | -0/+10 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -434/+434 |
* | 1. [M6809] Uninitialized variable fix (nw) |  Nathan Woods | 2012-12-24 | 1 | -1/+3 |
* | - h6280.c: Modernized the H6280 core. |  Ryan Holtz | 2012-12-23 | 1 | -23/+29 |
* | - m6809: Modernized the M6809 core. [MooglyGuy] |  Ryan Holtz | 2012-12-23 | 1 | -385/+480 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -1/+1 |
* | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 1 | -2/+1 |
* | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -16/+16 |
* | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 1 | -1/+1 |
* | "English doesn't borrow from other languages. English follows other languages... |  Scott Stone | 2011-08-23 | 1 | -1/+1 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -1/+1 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -9/+9 |
* | rm confusing old note, there was a hack ages ago but it's long gone |  Michaël Banaan Ananas | 2011-03-18 | 1 | -1/+1 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -12/+12 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
* | Cleanups and version bump.mame0139u2 |  Aaron Giles | 2010-08-30 | 1 | -1/+1 |
* | m6800 - Fixed initial state of bit 7 and 6 of flag registers (according to do... |  Miodrag Milanovic | 2010-08-27 | 1 | -269/+2 |
* | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 1 | -2/+4 |
* | 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 | 1 | -3/+5 |
* | 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 | -3/+1 |
* | 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 | -7/+6 |