| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 4 | -2620/+0 |
| * | memory: Remove support for decrypted bases, use an address space instead [O. ... |  Olivier Galibert | 2015-06-24 | 1 | -5/+5 |
| * | Sorted out cpu cores (nw) |  Miodrag Milanovic | 2015-05-13 | 4 | -8/+8 |
| * | Added dummy license headers for EMU section (nw) |  Miodrag Milanovic | 2015-05-07 | 4 | -0/+8 |
| * | 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 |
| * | i960: guess, pretty unlikely that cosr opcode uses sine ... (nw) |  Angelo Salese | 2015-03-17 | 1 | -1/+1 |
| * | fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... |  Oliver Stöneberg | 2014-09-08 | 1 | -2/+0 |
| * | i960.c: Save some additional state [Phil Bennett] |  Phil Bennett | 2014-05-05 | 1 | -0/+5 |
| * | Moved eminline and related files into /src/osd since it's system related (nw) |  Miodrag Milanovic | 2014-04-16 | 1 | -2/+2 |
| * | Cleanups and version bumpmame0150 |  Miodrag Milanovic | 2013-09-17 | 1 | -2/+0 |
| * | i960.c: Modernized cpu core (nw) |  Wilbert Pol | 2013-08-04 | 2 | -1011/+1000 |
| * | Cleanups and version bumpmame0148u3 |  Miodrag Milanovic | 2013-04-09 | 1 | -1/+1 |
| * | i960: Add cvtilr needed by Zero Gunner. [Kale, R. Belmont] |  R. Belmont | 2013-04-03 | 2 | -1/+7 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 4 | -172/+171 |
| * | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -1/+1 |
| * | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 1 | -1/+1 |
| * | Pass 2 of struct modernization. |  Aaron Giles | 2012-09-15 | 1 | -2/+2 |
| * | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 2 | -4/+2 |
| * | added missing \n to some fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-07 | 1 | -33/+33 |
| * | 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 |
| * | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -12/+12 |
| * | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -10/+10 |
| * | running_device -> device_t |  Aaron Giles | 2010-12-31 | 2 | -5/+5 |
| * | 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 | -52/+52 |
| * | 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 | 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 | -2/+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 | -6/+5 |
| * | Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] |  Scott Stone | 2010-04-23 | 1 | -2/+2 |
| * | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -12/+12 |
| * | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 2 | -6/+6 |
| * | 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 | -2/+2 |
| * | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 2 | -3/+3 |
| * | > -----Original Message----- |  Aaron Giles | 2009-10-03 | 3 | -4/+1 |
| * | Added infrastructure to compile universal standalone disassembler: |  Aaron Giles | 2009-08-22 | 2 | -13/+15 |
| * | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -3/+3 |
| * | CPU cores now compile cleanly. |  Aaron Giles | 2009-03-15 | 1 | -7/+16 |
| * | 02783: SMS-Based megatech.c sets: [debug] Access Violation with -debug |  Aaron Giles | 2008-12-30 | 1 | -1/+1 |
| * | More cleanup. Added address-space-specific constants for the various |  Aaron Giles | 2008-12-20 | 1 | -15/+15 |
| * | Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. |  Aaron Giles | 2008-12-19 | 1 | -7/+7 |
| * | From: Atari Ace [atari_ace@verizon.net] |  Aaron Giles | 2008-12-17 | 1 | -0/+2 |
| * | i960: fixed nor opcode and added notor opcode |  Roberto Zandona | 2008-12-14 | 1 | -1/+8 |
| * | 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 | -6/+2 |