| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 3 | -5472/+0 |
| * | blame balrog for this :) (NW) |  Cowering | 2015-07-08 | 2 | -10/+10 |
| * | fix the implementation of the AVR8 EIJMP instruction |  Felipe Corrêa da Silva Sanches | 2015-07-06 | 1 | -1/+1 |
| * | New non-working driver: Metamáquina 2 desktop 3d printer (This also provides... |  Felipe Corrêa da Silva Sanches | 2015-07-05 | 1 | -6/+9 |
| * | uzebox: adding sound emulation (It works but with terrible performance. Uzebo... |  Felipe Corrêa da Silva Sanches | 2015-06-16 | 2 | -16/+22 |
| * | Cleanups and version bumpmame0162 |  Miodrag Milanovic | 2015-05-27 | 1 | -2/+2 |
| * | Avoid log message flood in Replicator 1 driver. |  Felipe Corrêa da Silva Sanches | 2015-05-18 | 1 | -3/+5 |
| * | Fix AVR8 I/O register constant enumeration |  Vas Crabb | 2015-05-18 | 1 | -4/+4 |
| * | Updated licenses on Ryan Holtz request (nw) |  Miodrag Milanovic | 2015-05-09 | 3 | -6/+6 |
| * | Added dummy license headers for EMU section (nw) |  Miodrag Milanovic | 2015-05-07 | 2 | -0/+4 |
| * | 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 | -3/+3 |
| * | removed static config from avr8. nw. |  Fabio Priuli | 2014-09-21 | 2 | -33/+17 |
| * | optimized interrupt code in src/emu/cpu/avr8/avr8.c a bit more (nw) |  Oliver Stöneberg | 2014-09-11 | 1 | -8/+12 |
| * | optimized interrupt code in src/emu/cpu/avr8/avr8.c a bit (nw) |  Oliver Stöneberg | 2014-09-11 | 1 | -4/+4 |
| * | various cpu cores: don't state save icount (nw) |  Alex W. Jackson | 2014-07-09 | 1 | -2/+0 |
| * | (MESS) New skeleton driver: |  Scott Stone | 2014-06-20 | 1 | -1/+4 |
| * | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 3 | -654/+654 |
| * | rest of ATTR_PRINTF review (nw) |  Oliver Stöneberg | 2014-02-25 | 1 | -2/+2 |
| * | second round of clang 3.4 fixes for MESS (nw) |  Oliver Stöneberg | 2014-02-20 | 1 | -1/+1 |
| * | turn off spam while running craft. |  Robbbert | 2014-01-29 | 1 | -7/+7 |
| * | avr8 : fix from Filipe (nw) |  Miodrag Milanovic | 2014-01-03 | 2 | -3/+3 |
| * | avr8 : changed -1 to 0xffff since UINT16 have been used (nw) |  Miodrag Milanovic | 2014-01-03 | 1 | -2/+2 |
| * | -AVR8 cpu changes [Felipe Sanches] |  Miodrag Milanovic | 2014-01-02 | 3 | -708/+891 |
| * | -AVR8 improvements: [Felipe Sanches] |  Miodrag Milanovic | 2013-12-30 | 3 | -179/+1440 |
| * | Preliminary startx/starty support, display is repeated on left-right edges, t... |  Angelo Salese | 2013-09-12 | 1 | -1/+3 |
| * | validation fix (nw) |  Miodrag Milanovic | 2013-06-21 | 2 | -5/+5 |
| * | did modern cpu cores as well (nw) |  Miodrag Milanovic | 2013-06-21 | 2 | -5/+5 |
| * | pass this instead of NULL and options instead of 0 in the class based cpu cor... |  smf- | 2013-03-06 | 1 | -1/+1 |
| * | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -2/+1 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 3 | -2068/+2068 |
| * | (MESS) AVR8 core updates: [Sandro Ronco] |  Sandro Ronco | 2012-12-25 | 2 | -30/+218 |
| * | Cleanups and version bump (nw)mame0147u3 |  Miodrag Milanovic | 2012-11-19 | 2 | -43/+43 |
| * | 01234567890123456789012345678901234567890123456789012345678901234567890123456789 |  Ryan Holtz | 2012-11-07 | 2 | -288/+806 |
| * | -avr8.c: Converted to modern CPU device. [MooglyGuy] |  Ryan Holtz | 2012-10-31 | 2 | -816/+994 |
| * | -avr8.c: Added FMUL, FMULS, and FMULSU opcodes. [MooglyGuy] |  Ryan Holtz | 2012-10-30 | 2 | -28/+84 |
| * | Clean-ups and version bumpmame0147u2 |  Miodrag Milanovic | 2012-10-30 | 1 | -5/+5 |
| * | -avr8.c: Fixed register indexing for MULSU opcode. [MooglyGuy] |  Ryan Holtz | 2012-10-26 | 2 | -14/+20 |
| * | -avr8.c: Added LD Rd,Z+q opcode [MooglyGuy] |  Ryan Holtz | 2012-10-25 | 1 | -10/+15 |
| * | 01234567890123456789012345678901234567890123456789012345678901234567890123456789 |  Ryan Holtz | 2012-10-25 | 2 | -249/+1419 |
| * | - Added opcodes to Atmel AVR core: OR, SBCI, ORI, ST Y+, ADIW [Mooglyguy] |  Ryan Holtz | 2012-10-19 | 1 | -19/+58 |
| * | 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 |
| * | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -17/+17 |
| * | Clean-ups and version bumpmame0143u3 |  Angelo Salese | 2011-08-14 | 1 | -4/+4 |
| * | avr8 core updated with marking two models, and implementing JMP and CALL (no ... |  Miodrag Milanovic | 2011-08-08 | 3 | -25/+71 |
| * | 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 | -1/+1 |
| * | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
| * | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 1 | -6/+6 |