| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 | 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 | -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 | 2 | -2/+2 |
* | Fixed numerous opcodes in the AVR8 core [Harmony] |  Ryan Holtz | 2009-09-03 | 3 | -51/+241 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -6/+6 |
* | Added extremely rudimentary Atmel 8-bit AVR CPU core, missing most opcodes an... |  Ryan Holtz | 2009-06-20 | 3 | -0/+1598 |