| Commit message (Expand) | Author | Age | Files | Lines |
* | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 1 | -1395/+0 |
* | add missing newline (nw) |  Cowering | 2015-08-07 | 1 | -1/+1 |
* | memory: Remove support for decrypted bases, use an address space instead [O. ... |  Olivier Galibert | 2015-06-24 | 1 | -1/+1 |
* | Another round of -Wextra -Wdouble-promotion fixes. (nw) |  couriersud | 2015-05-20 | 1 | -22/+22 |
* | part of license work for Kale, mostly those that needs to be GPL (nw) |  Miodrag Milanovic | 2015-05-12 | 1 | -1/+1 |
* | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 1 | -2/+2 |
* | string -> str rename due to future conflicts (nw) |  Miodrag Milanovic | 2015-04-12 | 1 | -2/+2 |
* | fixed usage of uninitialized member in v810_device (nw) |  Oliver Stöneberg | 2014-04-29 | 1 | -0/+1 |
* | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -1/+0 |
* | v810.c: Modernized cpu core. [Wilbert Pol] |  Wilbert Pol | 2014-01-10 | 1 | -784/+587 |
* | Copyright update. Please let me know if there's a blank and you would like to... |  Angelo Salese | 2013-10-15 | 1 | -0/+3 |
* | added missing short names to legacy devices and added validation that short n... |  Miodrag Milanovic | 2013-08-23 | 1 | -0/+1 |
* | this stops vboy crashing here.. I don't know why (nw) |  David Haywood | 2013-01-19 | 1 | -1/+3 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -339/+339 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -2/+2 |
* | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 1 | -2/+1 |
* | added missing \n to some fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-07 | 1 | -1/+1 |
* | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -15/+15 |
* | Hooked up NVRAM loading/saving |  Angelo Salese | 2012-08-24 | 1 | -1/+1 |
* | Implemented remaining BSU opcodes in V810 CPU core [Angelo Salese] |  Angelo Salese | 2012-08-23 | 1 | -2/+43 |
* | Some other small clean-ups |  Angelo Salese | 2012-08-21 | 1 | -4/+11 |
* | Force srcbit and dstbit to be always under 32 bytes |  Angelo Salese | 2012-08-21 | 1 | -2/+2 |
* | Sync with MESS (nw) |  Miodrag Milanovic | 2012-08-21 | 1 | -3/+76 |
* | Fixed a sign bug with CVT.WS opcode in v810 CPU core [Angelo Salese] |  Angelo Salese | 2012-08-20 | 1 | -1/+1 |
* | Clean-ups and version bumpmame0146u5 |  Miodrag Milanovic | 2012-08-20 | 1 | -1/+1 |
* | Various VB specific opcodes, nw |  Angelo Salese | 2012-08-16 | 1 | -0/+37 |
* | Added ANDNBSU and ORBSU opcodes in V810 CPU core [Angelo Salese] |  Angelo Salese | 2012-08-16 | 1 | -36/+56 |
* | Preliminary implementation of the MOVBSU opcode in V810 CPU core [Angelo Salese] |  Angelo Salese | 2012-08-16 | 1 | -1/+56 |
* | 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 | -9/+9 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -5/+5 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
* | Cleanups and version bump.mame0140u2 |  Aaron Giles | 2010-12-08 | 1 | -6/+6 |
* | Fixed interrupt handing in V810 core,and flag position in PCW [Miodrag Milano... |  Miodrag Milanovic | 2010-11-19 | 1 | -25/+48 |
* | Added bare bones irq support to V810 CPU [Miodrag Milanovic] |  Angelo Salese | 2010-11-18 | 1 | -6/+47 |
* | 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 | -12/+12 |
* | 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 | 1 | -2/+3 |
* | 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 | -4/+4 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -7/+6 |
* | 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 | 1 | -2/+2 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -2/+2 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -0/+1 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -31/+31 |
* | From: Atari Ace <atari_ace@verizon.net> |  Aaron Giles | 2009-12-23 | 1 | -1/+1 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -6/+6 |