summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/avr8/avr8.c
Commit message (Expand)AuthorAgeFilesLines
* removed static config from avr8. nw. Fabio Priuli2014-09-211-17/+7
* optimized interrupt code in src/emu/cpu/avr8/avr8.c a bit more (nw) Oliver Stöneberg2014-09-111-8/+12
* optimized interrupt code in src/emu/cpu/avr8/avr8.c a bit (nw) Oliver Stöneberg2014-09-111-4/+4
* various cpu cores: don't state save icount (nw) Alex W. Jackson2014-07-091-2/+0
* (MESS) New skeleton driver: Scott Stone2014-06-201-1/+4
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-414/+414
* rest of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-2/+2
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-1/+1
* turn off spam while running craft. Robbbert2014-01-291-7/+7
* avr8 : fix from Filipe (nw) Miodrag Milanovic2014-01-031-1/+1
* avr8 : changed -1 to 0xffff since UINT16 have been used (nw) Miodrag Milanovic2014-01-031-2/+2
* -AVR8 cpu changes [Felipe Sanches] Miodrag Milanovic2014-01-021-663/+737
* -AVR8 improvements: [Felipe Sanches] Miodrag Milanovic2013-12-301-138/+1086
* Preliminary startx/starty support, display is repeated on left-right edges, t... Angelo Salese2013-09-121-1/+3
* validation fix (nw) Miodrag Milanovic2013-06-211-4/+4
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-211-4/+4
* pass this instead of NULL and options instead of 0 in the class based cpu cor... smf-2013-03-061-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1403/+1403
* (MESS) AVR8 core updates: [Sandro Ronco] Sandro Ronco2012-12-251-27/+179
* Cleanups and version bump (nw)mame0147u3 Miodrag Milanovic2012-11-191-24/+24
* 01234567890123456789012345678901234567890123456789012345678901234567890123456789 Ryan Holtz2012-11-071-265/+756
* -avr8.c: Converted to modern CPU device. [MooglyGuy] Ryan Holtz2012-10-311-784/+796
* -avr8.c: Added FMUL, FMULS, and FMULSU opcodes. [MooglyGuy] Ryan Holtz2012-10-301-27/+68
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-5/+5
* -avr8.c: Fixed register indexing for MULSU opcode. [MooglyGuy] Ryan Holtz2012-10-261-14/+17
* -avr8.c: Added LD Rd,Z+q opcode [MooglyGuy] Ryan Holtz2012-10-251-10/+15
* 01234567890123456789012345678901234567890123456789012345678901234567890123456789 Ryan Holtz2012-10-251-249/+1203
* - 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-081-15/+60
* 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-031-2/+3
* 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-101-1/+1