summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/avr8
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-133-5472/+0
* blame balrog for this :) (NW) Cowering2015-07-082-10/+10
* fix the implementation of the AVR8 EIJMP instruction Felipe Corrêa da Silva Sanches2015-07-061-1/+1
* New non-working driver: Metamáquina 2 desktop 3d printer (This also provides... Felipe Corrêa da Silva Sanches2015-07-051-6/+9
* uzebox: adding sound emulation (It works but with terrible performance. Uzebo... Felipe Corrêa da Silva Sanches2015-06-162-16/+22
* Cleanups and version bumpmame0162 Miodrag Milanovic2015-05-271-2/+2
* Avoid log message flood in Replicator 1 driver. Felipe Corrêa da Silva Sanches2015-05-181-3/+5
* Fix AVR8 I/O register constant enumeration Vas Crabb2015-05-181-4/+4
* Updated licenses on Ryan Holtz request (nw) Miodrag Milanovic2015-05-093-6/+6
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-072-0/+4
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-4/+4
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-3/+3
* removed static config from avr8. nw. Fabio Priuli2014-09-212-33/+17
* 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-073-654/+654
* 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-032-3/+3
* 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-023-708/+891
* -AVR8 improvements: [Felipe Sanches] Miodrag Milanovic2013-12-303-179/+1440
* Preliminary startx/starty support, display is repeated on left-right edges, t... Angelo Salese2013-09-121-1/+3
* validation fix (nw) Miodrag Milanovic2013-06-212-5/+5
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-212-5/+5
* pass this instead of NULL and options instead of 0 in the class based cpu cor... smf-2013-03-061-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-113-2068/+2068
* (MESS) AVR8 core updates: [Sandro Ronco] Sandro Ronco2012-12-252-30/+218
* Cleanups and version bump (nw)mame0147u3 Miodrag Milanovic2012-11-192-43/+43
* 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