index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
cpu
/
avr8
/
avr8.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpu/avr8/avr8.cpp: Fixed program address masks and boot ROM sizes. (#13578)
cam900
2025-04-16
1
-13
/
+13
*
pc9801: don't init egc at reset,
hap
2024-03-28
1
-6
/
+6
*
avr8: fix port D bit 7 toggle on timer2
hap
2024-03-25
1
-4
/
+4
*
avr8: some registers were missing from addressmap,
hap
2024-03-24
1
-0
/
+3
*
srcclean in preparation for MAME 0.261 release.
Vas Crabb
2023-11-26
1
-305
/
+305
*
Optimizations for Atmel AVR-8 core (#11622)
MooglyGuy
2023-11-05
1
-2095
/
+2221
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-6
/
+2
*
Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz]
MooglyGuy
2023-05-23
1
-27
/
+27
*
-More Mega Drive cleanup:
Vas Crabb
2022-12-13
1
-1
/
+1
*
-bus/sms_ctrl: Added raphnet DIY SMS/Mark III paddle.
Vas Crabb
2022-12-13
1
-5
/
+178
*
New working machines
hap
2022-07-14
1
-1
/
+1
*
src/devices/cpu: Remove #include "debugger.h" where no longer necessary
AJR
2022-04-06
1
-1
/
+0
*
-avr8: Fixed crash with pensebem / timer1 crash. [Felipe Sanches]
Felipe CorrĂȘa da Silva Sanches
2020-11-01
1
-20
/
+20
*
-avr8: Converted from using an IO address space to devcb for GPIO I/O. [Ryan ...
Ryan Holtz
2020-10-31
1
-65
/
+84
*
new driver: TecToy Pense Bem (2017)
Felipe CorrĂȘa da Silva Sanches
2020-10-30
1
-0
/
+57
*
-avr8: Added support for Timer 1 'Fast PWM with ICR' mode. [Ryan Holtz]
Ryan Holtz
2020-07-16
1
-3
/
+71
*
avr8: remove duplicate notes (they are in the cpp)
hap
2020-07-14
1
-1
/
+1
*
-avr8: Fixed assorted Timer 0 and Timer 1 bugs. [Ryan Holtz]
Ryan Holtz
2020-07-14
1
-48
/
+86
*
New working machines
hap
2020-07-12
1
-3
/
+11
*
Added a preliminary support for Arduino UNO booting by avr8 (#6624)
hiromasa
2020-05-02
1
-5
/
+53
*
devices/cpu: simplified some handlers (nw)
Ivan Vangelista
2020-03-31
1
-2
/
+2
*
srcclean (nw)
Vas Crabb
2020-03-22
1
-42
/
+42
*
-avr8: Miscellaneous optimizations (nw)
MooglyGuy
2020-03-02
1
-970
/
+88
*
-avr8: Slightly improved tick_timer1 performance, nw
MooglyGuy
2020-03-01
1
-16
/
+18
*
-avr8: Removed hacky get_elapsed_cycles accessor. [Ryan Holtz]
MooglyGuy
2020-03-01
1
-4
/
+0
*
-avr8: Fixed formatting. Switched to logmacro. Fixed spacing. Added more stat...
MooglyGuy
2020-03-01
1
-1826
/
+1827
*
various devices: try the new (and some not so new) save state possibilities (nw)
Ivan Vangelista
2019-12-09
1
-24
/
+4
*
Make many device_execute_interface functions noexcept, including the "informa...
AJR
2019-11-09
1
-3
/
+3
*
Last round of macro removals before the freeze. (nw)
mooglyguy
2018-12-22
1
-7
/
+1
*
Fix build, nw
mooglyguy
2018-08-25
1
-1
/
+3
*
-st62xx: Added a skeleton driver for the STmicro ST6 series of microcontrolle...
mooglyguy
2018-08-25
1
-3
/
+1
*
as if millions of this pointers suddenly cried out in terror, and were sudden...
Vas Crabb
2018-06-08
1
-4
/
+4
*
maps: Finish devices/cpu (nw)
Olivier Galibert
2018-04-20
1
-12
/
+16
*
Reshuffle some stuff:
Vas Crabb
2018-03-28
1
-2
/
+2
*
don't pass so many naked pointers around (nw)
Vas Crabb
2018-03-25
1
-2
/
+2
*
Blind faith fixed long names for almost all CPUs (nw)
angelosa
2018-03-15
1
-4
/
+4
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
1
-8
/
+8
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
1
-26
/
+4
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
1
-2
/
+2
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-14
/
+6
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-27
/
+23
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-4
/
+4
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
1
-2
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-160
/
+160
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-28
1
-0
/
+1
*
Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ...
Lord-Nightmare
2016-09-27
1
-1
/
+0
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-27
1
-0
/
+1
*
More prep for removing pointer/reference duality (nw)
Vas Crabb
2016-08-27
1
-18
/
+18
*
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
1
-1
/
+1
*
Fix build on MSVC thanks to Rene, also fix debug_break crashes
therealmogminer@gmail.com
2016-06-08
1
-2
/
+2
[next]