| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 6 | -4219/+0 |
| * | memory: Remove support for decrypted bases, use an address space instead [O. ... |  Olivier Galibert | 2015-06-24 | 1 | -1/+1 |
| * | cleanup of bogus copyright messages and restriction texts, update for Daniel ... |  Miodrag Milanovic | 2015-05-25 | 1 | -3/+0 |
| * | removed restriction link for BSD3 licensed files (nw) |  Miodrag Milanovic | 2015-05-07 | 5 | -15/+0 |
| * | changed lbi skip testing again, previous solution didnt work properly |  hap | 2015-05-03 | 3 | -8/+8 |
| * | Mattel Funtronics Jacks WIP |  hap | 2015-05-03 | 2 | -12/+12 |
| * | changed skip-lbi-testing |  hap | 2015-05-02 | 3 | -94/+44 |
| * | fix B mask on XDS,XIS |  hap | 2015-05-01 | 1 | -2/+2 |
| * | fix LBI mask |  hap | 2015-05-01 | 1 | -2/+2 |
| * | got rid of cop400 fake io memory map |  hap | 2015-04-30 | 2 | -33/+96 |
| * | accuracy fix (integer division loses fraction) |  hap | 2015-04-27 | 1 | -4/+4 |
| * | 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 | -1/+0 |
| * | renamed a few more files from *.c to *.inc |  Oliver Stöneberg | 2014-03-19 | 2 | -2/+2 |
| * | License tags. (nw) |  Curt Coder | 2013-10-16 | 6 | -0/+12 |
| * | Cleanups and version bumpmame0149u1 |  Miodrag Milanovic | 2013-07-23 | 2 | -2/+1 |
| * | cop400.c: Modernized cpu core (nw) |  Wilbert Pol | 2013-07-14 | 3 | -1288/+1156 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 6 | -555/+555 |
| * | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -3/+3 |
| * | Final round of struct/union/enum normalization. |  Aaron Giles | 2012-09-16 | 2 | -8/+5 |
| * | 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 | -49/+49 |
| * | fixed bogus if-condition in src/emu/cpu/cop400/cop410ds.c |  Oliver Stöneberg | 2012-07-27 | 1 | -1/+1 |
| * | MAME going modern part 1 (no whatsnew) |  Miodrag Milanovic | 2012-03-31 | 1 | -7/+7 |
| * | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -2/+2 |
| * | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -4/+4 |
| * | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -37/+37 |
| * | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -26/+26 |
| * | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -4/+4 |
| * | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -4/+4 |
| * | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -4/+4 |
| * | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -5/+5 |
| * | 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 | -4/+4 |
| * | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -3/+3 |
| * | Return to type safety. Changed address maps back into functions that build |  Aaron Giles | 2010-08-01 | 1 | -0/+2 |
| * | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 2 | -27/+45 |
| * | Cleanups and version bump. |  Aaron Giles | 2010-06-17 | 1 | -8/+8 |
| * | 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 | -7/+7 |
| * | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 2 | -99/+120 |
| * | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -30/+30 |
| * | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -7/+7 |
| * | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -3/+3 |
| * | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 4 | -5/+4 |
| * | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -225/+225 |
| * | looping: modified the cop420 rom region |  Roberto Zandona | 2009-08-09 | 2 | -4/+4 |
| * | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -19/+19 |