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
/
m68705.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't pass so many naked pointers around (nw)
Vas Crabb
2018-03-25
1
-6
/
+6
*
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
-22
/
+7
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-36
/
+18
*
more validation fixes (nw)
Vas Crabb
2017-03-04
1
-1
/
+1
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-4
/
+4
*
tiny cleanup
Vas Crabb
2017-02-13
1
-1
/
+1
*
Fix [MT06499](http://mametesters.org/view.php?id=6499) - probelm with edge ca...
Vas Crabb
2017-02-10
1
-1
/
+1
*
helps to get the right file, doesn't it (nw)
Vas Crabb
2017-02-04
1
-1
/
+0
*
whoops, that's important (nw)
Vas Crabb
2017-02-04
1
-0
/
+1
*
m68hc05: implement edge-sensitive external interrupts
Vas Crabb
2017-02-04
1
-0
/
+2
*
m6805 updates:
Vas Crabb
2017-02-03
1
-8
/
+8
*
m6805: added skeleton CMOS devices
Vas Crabb
2017-01-30
1
-2
/
+14
*
confirm MC68705R3 bootstrap program matches M68705U3 (and U5 for that matter)...
Vas Crabb
2017-01-28
1
-1
/
+1
*
m6805: misc changes
Vas Crabb
2017-01-21
1
-7
/
+19
*
need LOG_GENERAL before VERBOSE (nw)
Vas Crabb
2017-01-21
1
-0
/
+1
*
add logmacro.h inspired by Edstrom's log macros
Vas Crabb
2017-01-20
1
-14
/
+80
*
completely eliminate the concrete 68705-without-peripherals class
Vas Crabb
2017-01-20
1
-114
/
+75
*
pitnrun: use new MC68705P5 device
Vas Crabb
2017-01-19
1
-2
/
+66
*
m68705: re-implement timer/counter
Vas Crabb
2017-01-16
1
-106
/
+135
*
m68705: add MC68705R3 for pipeline
Vas Crabb
2017-01-15
1
-31
/
+216
*
m68705: disassemble memory addresses symbolically
Vas Crabb
2017-01-14
1
-1
/
+37
*
m68705: save EPROM contents using NVRAM mechanism
Vas Crabb
2017-01-14
1
-0
/
+15
*
m6805: fix state of input lines being lost on reset
Vas Crabb
2017-01-13
1
-10
/
+17
*
arkanoid: convert 68705 interface to device, re-use same device for puzznic, ...
Vas Crabb
2017-01-13
1
-3
/
+1
*
fix copy/paste error - region size was right, load size was wrong (nw)
Vas Crabb
2017-01-13
1
-1
/
+1
*
taito_l: split giant state class up into family tree, reduce tagmap lookups
Vas Crabb
2017-01-13
1
-10
/
+10
*
m6805: refactoring and improvements
Vas Crabb
2017-01-12
1
-0
/
+555