index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
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
/
m6805
Commit message (
Expand
)
Author
Age
Files
Lines
*
apple/macpwrbk030.cpp: Moved macpd210 out to new driver for MSC-based portabl...
arbee
2025-02-10
2
-0
/
+1076
*
hd6305: update header file after prev commit
hap
2024-12-14
2
-1
/
+8
*
hd6305y2: Add special function registers to internal map
AJR
2024-12-13
1
-1
/
+14
*
New working systems
hap
2024-12-13
1
-1
/
+5
*
m6805: don't decrement 0 cycles for illegal opcodes
hap
2024-12-12
2
-45
/
+47
*
m6805: add cycle tables for hd6305 and hd63705
hap
2024-12-12
3
-4
/
+50
*
hd6305: add hd6305y0
hap
2024-12-12
2
-2
/
+85
*
hd6305: change port functions to templates
hap
2024-12-12
2
-21
/
+31
*
hd6305: move common peripherals to base class
hap
2024-12-12
2
-145
/
+165
*
hd6305: refresh port outputs when ddr changes, pass ddr through mem_mask
hap
2024-12-12
1
-33
/
+38
*
hd6305: update copyright holders now that a large part of this file is OG's, ...
hap
2024-12-01
3
-58
/
+30
*
cpu/m6805: Split off HD6305/63705 emulation to a separate source file
AJR
2024-12-01
4
-721
/
+740
*
srcclean and cleanup
Vas Crabb
2024-11-24
2
-12
/
+12
*
m6805: put hd63705 functions in hd63705z0_device class instead of base class
hap
2024-11-17
2
-27
/
+23
*
cclimber: merge driver
hap
2024-11-17
1
-1
/
+1
*
mks3: Add LLE [Matt, Sean Riddle, O. Galibert]
Olivier Galibert
2024-11-17
2
-3
/
+424
*
Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#...
holub
2024-09-27
4
-51
/
+51
*
diexec: remove vestigal execute_input_lines()
hap
2024-09-18
2
-12
/
+0
*
-cpu/m6805/m68hc05e1.cpp: Added missing header with inline function definitio...
Vas Crabb
2024-06-24
1
-0
/
+1
*
m6805/m68hc05e1: Fix typo that broke validation on Clang builds. [R. Belmont]
arbee
2024-06-15
1
-3
/
+3
*
cpu/m6805: Added new devices for 68HC05E1 and 68HC05E4. [R. Belmont]
arbee
2024-06-15
2
-0
/
+392
*
util/ioprocs.cpp: Added wrappers for common patterns. (#11608)
Vas Crabb
2024-02-25
1
-4
/
+4
*
wswan: zerofill class variables, swap button orientation
hap
2023-10-27
1
-2
/
+0
*
m68705: add preliminary support for analog input ports
hap
2023-10-24
2
-14
/
+33
*
m6805: Use vector_mask parameter for HD6305 variants
AJR
2023-08-28
1
-10
/
+3
*
hd63705: Split into specific types; move on-chip memory into internal maps
AJR
2023-08-15
2
-30
/
+161
*
m6800, m6805: Use manufacturer's syntax for disassembling indexed addressing ...
AJR
2023-08-13
1
-3
/
+3
*
qix.cpp: Driver overhaul
AJR
2023-07-08
1
-1
/
+1
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
2
-13
/
+6
*
emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu...
MooglyGuy
2023-06-01
1
-1
/
+1
*
Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz]
MooglyGuy
2023-05-23
2
-10
/
+8
*
Interrupt callback rationalization
AJR
2023-03-11
3
-4
/
+6
*
Fixed a few issues identified by Coverity:
Vas Crabb
2022-11-06
1
-1
/
+1
*
mc6805: Timer updates
AJR
2022-06-04
2
-2
/
+26
*
src/devices/cpu: Remove #include "debugger.h" where no longer necessary
AJR
2022-04-06
1
-2
/
+0
*
Debugger feature improvements
AJR
2022-03-27
1
-0
/
+18
*
Use ioprocs classes instead of emu_file for device_nvram_interface's load and...
AJR
2022-02-27
2
-8
/
+8
*
Remove fileio.h from emu.h
AJR
2022-02-11
1
-0
/
+2
*
More user experience improvements:
Vas Crabb
2021-10-15
1
-1
/
+1
*
-Reworked device type definition macros a little and added more Doxygen.
Vas Crabb
2021-09-07
1
-0
/
+2
*
68hc05EG: use proper HC05 base cycle timings and disassembler [R. Belmont, Va...
arbee
2021-02-24
2
-0
/
+18
*
68HC05EG: use the HCMOS cycle timings [R. Belmont, Vas Crabb]
arbee
2021-02-23
1
-1
/
+1
*
emumem: Simplify memory management. [O. Galibert]
Olivier Galibert
2020-11-02
2
-3
/
+3
*
various devices and drivers: removed superfluous semicolons (nw)
Ivan Vangelista
2020-06-29
1
-1
/
+1
*
finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw)
Ivan Vangelista
2020-06-18
2
-28
/
+28
*
m68hc05: Simplify handler signatures; add MC68HC705C4A type (nw)
AJR
2020-06-13
2
-41
/
+169
*
emumem: A little more speedup. cache and specific change syntax, and are not...
Olivier Galibert
2020-05-25
6
-244
/
+400
*
last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-...
Ivan Vangelista
2020-05-21
2
-6
/
+6
*
m68hc05: Only reset due to NCOP when it's enabled
Dirk Best
2020-04-02
1
-1
/
+1
*
removed more dummy_space() and other miscellaneous space passing (nw)
smf-
2020-04-02
1
-8
/
+8
[next]