summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/avr8
Commit message (Expand)AuthorAgeFilesLines
* 01234567890123456789012345678901234567890123456789012345678901234567890123456789 Ryan Holtz2012-11-072-288/+806
* -avr8.c: Converted to modern CPU device. [MooglyGuy] Ryan Holtz2012-10-312-816/+994
* -avr8.c: Added FMUL, FMULS, and FMULSU opcodes. [MooglyGuy] Ryan Holtz2012-10-302-28/+84
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-5/+5
* -avr8.c: Fixed register indexing for MULSU opcode. [MooglyGuy] Ryan Holtz2012-10-262-14/+20
* -avr8.c: Added LD Rd,Z+q opcode [MooglyGuy] Ryan Holtz2012-10-251-10/+15
* 01234567890123456789012345678901234567890123456789012345678901234567890123456789 Ryan Holtz2012-10-252-249/+1419
* - Added opcodes to Atmel AVR core: OR, SBCI, ORI, ST Y+, ADIW [Mooglyguy] Ryan Holtz2012-10-191-19/+58
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-17/+17
* Clean-ups and version bumpmame0143u3 Angelo Salese2011-08-141-4/+4
* avr8 core updated with marking two models, and implementing JMP and CALL (no ... Miodrag Milanovic2011-08-083-25/+71
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-6/+6
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-4/+4
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-2/+2
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-4/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+5
* added save states to the following CPU: apexc, asap, avr8, cp1610, dsp32 and ... Fabio Priuli2010-04-271-0/+2
* Cleanups and version bump.mame0137u1 Aaron Giles2010-03-251-2/+2
* Slightly fixed interrupt handling and added SBIC and MUL opcodes to the Atmel... Ryan Holtz2010-03-111-7/+40
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-9/+9
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-102-2/+2
* Fixed numerous opcodes in the AVR8 core [Harmony] Ryan Holtz2009-09-033-51/+241
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-6/+6
* Added extremely rudimentary Atmel 8-bit AVR CPU core, missing most opcodes an... Ryan Holtz2009-06-203-0/+1598