| Commit message (Expand) | Author | Age | Files | Lines |
* | removed static config from avr8. nw. |  Fabio Priuli | 2014-09-21 | 1 | -17/+7 |
* | 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 | 1 | -414/+414 |
* | 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 | 1 | -1/+1 |
* | 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 | 1 | -663/+737 |
* | -AVR8 improvements: [Felipe Sanches] |  Miodrag Milanovic | 2013-12-30 | 1 | -138/+1086 |
* | 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 | 1 | -4/+4 |
* | did modern cpu cores as well (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -4/+4 |
* | pass this instead of NULL and options instead of 0 in the class based cpu cor... |  smf- | 2013-03-06 | 1 | -1/+1 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -1403/+1403 |
* | (MESS) AVR8 core updates: [Sandro Ronco] |  Sandro Ronco | 2012-12-25 | 1 | -27/+179 |
* | Cleanups and version bump (nw)mame0147u3 |  Miodrag Milanovic | 2012-11-19 | 1 | -24/+24 |
* | 01234567890123456789012345678901234567890123456789012345678901234567890123456789 |  Ryan Holtz | 2012-11-07 | 1 | -265/+756 |
* | -avr8.c: Converted to modern CPU device. [MooglyGuy] |  Ryan Holtz | 2012-10-31 | 1 | -784/+796 |
* | -avr8.c: Added FMUL, FMULS, and FMULSU opcodes. [MooglyGuy] |  Ryan Holtz | 2012-10-30 | 1 | -27/+68 |
* | 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 | 1 | -14/+17 |
* | -avr8.c: Added LD Rd,Z+q opcode [MooglyGuy] |  Ryan Holtz | 2012-10-25 | 1 | -10/+15 |
* | 01234567890123456789012345678901234567890123456789012345678901234567890123456789 |  Ryan Holtz | 2012-10-25 | 1 | -249/+1203 |
* | - 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 | 1 | -15/+60 |
* | 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 |
* | 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 | -4/+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 | -6/+5 |
* | added save states to the following CPU: apexc, asap, avr8, cp1610, dsp32 and ... |  Fabio Priuli | 2010-04-27 | 1 | -0/+2 |
* | Cleanups and version bump.mame0137u1 |  Aaron Giles | 2010-03-25 | 1 | -2/+2 |
* | Slightly fixed interrupt handling and added SBIC and MUL opcodes to the Atmel... |  Ryan Holtz | 2010-03-11 | 1 | -7/+40 |
* | 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 | -1/+1 |