| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 5 | -3727/+0 |
| * | blame balrog for this :) (NW) |  Cowering | 2015-07-08 | 1 | -1/+1 |
| * | removed some non-commercial use texts no use since it's BSD3 now (nw) |  Miodrag Milanovic | 2015-05-30 | 1 | -14/+0 |
| * | Sorted out cpu cores (nw) |  Miodrag Milanovic | 2015-05-13 | 5 | -6/+10 |
| * | 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 | -4/+4 |
| * | string -> str rename due to future conflicts (nw) |  Miodrag Milanovic | 2015-04-12 | 2 | -4/+4 |
| * | forgot to resolve callback |  Michaël Banaan Ananas | 2014-06-23 | 2 | -4/+5 |
| * | added macro and callback for 16bit inc/dec |  Michaël Banaan Ananas | 2014-06-16 | 3 | -122/+46 |
| * | nw |  Michaël Banaan Ananas | 2014-06-16 | 3 | -22/+24 |
| * | removed MCFG_LR35902_RESET_VALUES |  Michaël Banaan Ananas | 2014-06-14 | 2 | -24/+0 |
| * | log illegal ops |  Michaël Banaan Ananas | 2014-06-13 | 3 | -41/+8 |
| * | renamed opcode lists.h to .inc, renamed LR35902_FLAG_x to FLAG_x |  Michaël Banaan Ananas | 2014-06-13 | 4 | -116/+118 |
| * | devcv2 -> devcb (nw) |  Miodrag Milanovic | 2014-05-14 | 1 | -3/+3 |
| * | Cleanups and version bumpmame0149u1 |  Miodrag Milanovic | 2013-07-23 | 1 | -2/+2 |
| * | LR35902: renamed FLAG_C/H/N/Z to LR35902_FLAG_C/H/N/Z to avoid |  Fabio Priuli | 2013-06-24 | 4 | -118/+113 |
| * | fix for Fabio (nw) |  Miodrag Milanovic | 2013-06-24 | 2 | -4/+9 |
| * | validation fix (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -1/+1 |
| * | did modern cpu cores as well (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -1/+1 |
| * | pass this instead of NULL and options instead of 0 in the class based cpu cor... |  smf- | 2013-03-06 | 1 | -1/+1 |
| * | fixed uninitialized members in src/emu/cpu/lr35902/lr35902.c (nw) |  Oliver Stöneberg | 2013-02-21 | 1 | -0/+13 |
| * | Cleanups and version bumpmame0148u1 |  Miodrag Milanovic | 2013-02-11 | 1 | -6/+3 |
| * | Changed LR35902 configuration and tagmap lookup reduction for gameboy.c (nw) |  Wilbert Pol | 2013-01-31 | 2 | -37/+25 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 5 | -1335/+1334 |
| * | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -1/+1 |
| * | Final round of struct/union/enum normalization. |  Aaron Giles | 2012-09-16 | 1 | -2/+2 |
| * | lr35902.c: removed 2 unneeded assignments (nw) |  Wilbert Pol | 2012-08-11 | 1 | -2/+0 |
| * | Clean-ups and version bump (yes, I know, it's too late)mame0145u4 |  Angelo Salese | 2012-03-11 | 1 | -1/+1 |
| * | lr35902.c: Converted LR35902 cpu core to c++. [Wilbert Pol] |  Wilbert Pol | 2012-02-26 | 4 | -1152/+1158 |
| * | Sync with MESS |  Wilbert Pol | 2012-02-25 | 3 | -1054/+1169 |
| * | Sync with MESS |  Wilbert Pol | 2012-02-25 | 2 | -382/+314 |
| * | 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 |
| * | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 2 | -6/+6 |
| * | running_device -> device_t |  Aaron Giles | 2010-12-31 | 2 | -2/+2 |
| * | 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 |
| * | lr35902.c: Added the speed register to the register list to allow it to be ch... |  Wilbert Pol | 2010-07-17 | 1 | -0/+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 | -7/+6 |
| * | Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] |  Scott Stone | 2010-04-23 | 1 | -2/+2 |
| * | sm8500d.c: Fixed disassembly of extended instructions (1A, 1B, 4F). [Oliver ... |  Wilbert Pol | 2010-04-10 | 1 | -1/+1 |
| * | 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 | -4/+4 |
| * | 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 | -1/+2 |
| * | Cleaned up braces in the code so that they are properly balanced. [Atari Ace] |  Aaron Giles | 2009-12-28 | 1 | -1/+1 |