summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/avr8/avr8.cpp
Commit message (Expand)AuthorAgeFilesLines
* cpu/avr8/avr8.cpp: Fixed program address masks and boot ROM sizes. (#13578) cam9002025-04-161-13/+13
* pc9801: don't init egc at reset, hap2024-03-281-6/+6
* avr8: fix port D bit 7 toggle on timer2 hap2024-03-251-4/+4
* avr8: some registers were missing from addressmap, hap2024-03-241-0/+3
* srcclean in preparation for MAME 0.261 release. Vas Crabb2023-11-261-305/+305
* Optimizations for Atmel AVR-8 core (#11622) MooglyGuy2023-11-051-2095/+2221
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-6/+2
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-27/+27
* -More Mega Drive cleanup: Vas Crabb2022-12-131-1/+1
* -bus/sms_ctrl: Added raphnet DIY SMS/Mark III paddle. Vas Crabb2022-12-131-5/+178
* New working machines hap2022-07-141-1/+1
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* -avr8: Fixed crash with pensebem / timer1 crash. [Felipe Sanches] Felipe CorrĂȘa da Silva Sanches2020-11-011-20/+20
* -avr8: Converted from using an IO address space to devcb for GPIO I/O. [Ryan ... Ryan Holtz2020-10-311-65/+84
* new driver: TecToy Pense Bem (2017) Felipe CorrĂȘa da Silva Sanches2020-10-301-0/+57
* -avr8: Added support for Timer 1 'Fast PWM with ICR' mode. [Ryan Holtz] Ryan Holtz2020-07-161-3/+71
* avr8: remove duplicate notes (they are in the cpp) hap2020-07-141-1/+1
* -avr8: Fixed assorted Timer 0 and Timer 1 bugs. [Ryan Holtz] Ryan Holtz2020-07-141-48/+86
* New working machines hap2020-07-121-3/+11
* Added a preliminary support for Arduino UNO booting by avr8 (#6624) hiromasa2020-05-021-5/+53
* devices/cpu: simplified some handlers (nw) Ivan Vangelista2020-03-311-2/+2
* srcclean (nw) Vas Crabb2020-03-221-42/+42
* -avr8: Miscellaneous optimizations (nw) MooglyGuy2020-03-021-970/+88
* -avr8: Slightly improved tick_timer1 performance, nw MooglyGuy2020-03-011-16/+18
* -avr8: Removed hacky get_elapsed_cycles accessor. [Ryan Holtz] MooglyGuy2020-03-011-4/+0
* -avr8: Fixed formatting. Switched to logmacro. Fixed spacing. Added more stat... MooglyGuy2020-03-011-1826/+1827
* various devices: try the new (and some not so new) save state possibilities (nw) Ivan Vangelista2019-12-091-24/+4
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* Last round of macro removals before the freeze. (nw) mooglyguy2018-12-221-7/+1
* Fix build, nw mooglyguy2018-08-251-1/+3
* -st62xx: Added a skeleton driver for the STmicro ST6 series of microcontrolle... mooglyguy2018-08-251-3/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-12/+16
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-4/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-8/+8
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-26/+4
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-14/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-27/+23
* Self-registering devices prep: Vas Crabb2017-02-271-4/+4
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-160/+160
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+1
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-18/+18
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
* Fix build on MSVC thanks to Rene, also fix debug_break crashes therealmogminer@gmail.com2016-06-081-2/+2