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
/
mcs48
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make many device_execute_interface functions noexcept, including the "informa...
AJR
2019-11-09
1
-9
/
+9
*
Make devdelegate more like devcb for configuration. This is a
Vas Crabb
2019-10-26
2
-11
/
+4
*
mcs48.cpp: Document a few more variants (nw)
AJR
2019-07-04
1
-0
/
+5
*
mcs48: A better fix for the JNI problem (nw)
AJR
2019-07-02
2
-7
/
+11
*
mcs48: Workaround for interrupt latency issue (nw)
AJR
2019-07-01
2
-3
/
+8
*
mcs48: Further distinction of UPI variants (nw)
AJR
2019-06-16
2
-46
/
+74
*
mindset: Fix the 8042s, clock starts ticking [O. Galibert]
Olivier Galibert
2019-06-16
2
-1
/
+15
*
mcs48: Update documentation (nw)
AJR
2019-06-16
1
-6
/
+10
*
mcs48dsm.cpp: Add (unemulated) CMOS IDL opcode (nw)
AJR
2019-06-07
1
-0
/
+1
*
mcs48: Fix disassembly of short jump instructions located on page boundaries
AJR
2018-12-29
1
-31
/
+31
*
MT 05732 (nw)
AJR
2018-12-09
2
-4
/
+7
*
mcs48: Removed MCFG, nw
mooglyguy
2018-12-08
1
-37
/
+12
*
sdk51: Add keyboard (nw)
AJR
2018-10-06
1
-1
/
+1
*
mcs48: Set lower 4 bits of P2 to input during (and after) MOVD A,Pp
AJR
2018-10-03
1
-4
/
+10
*
i8243: Device overhaul (nw)
AJR
2018-09-24
1
-1
/
+1
*
mcs48: Eliminate now-unneeded arguments from p1_r and p2_r handlers (nw)
AJR
2018-09-23
2
-13
/
+2
*
devcb3
Vas Crabb
2018-07-07
1
-9
/
+18
*
mcs48dsm.cpp: Give INS opcode proper name (nw)
AJR
2018-06-06
1
-1
/
+1
*
diexec: Interrupt API changes (nw)
AJR
2018-05-18
1
-1
/
+0
*
mcs48: minor dasm fix (nw)
Patrick Mackinlay
2018-05-13
1
-1
/
+1
*
emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t...
Olivier Galibert
2018-05-11
2
-4
/
+4
*
maps: Finish devices/cpu (nw)
Olivier Galibert
2018-04-20
1
-18
/
+24
*
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
2
-3
/
+3
*
Blind faith fixed long names for almost all CPUs (nw)
angelosa
2018-03-15
1
-16
/
+16
*
destaticify initializations (nw) (#3289)
wilbertpol
2018-03-04
1
-19
/
+19
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
2
-8
/
+14
*
mcs48dsm: Accidentally omitted break (nw)
AJR
2018-01-23
1
-0
/
+1
*
mcs48: More specific emulation of Intel 8021
AJR
2018-01-23
4
-135
/
+363
*
mcs48.cpp: UPI has no external memory space (nw)
AJR
2018-01-23
1
-6
/
+12
*
mcs48: Use 11-bit offsets now (nw)
AJR
2018-01-23
1
-30
/
+30
*
mcs48: Program counter wraps at 11 bits
AJR
2018-01-23
1
-2
/
+6
*
UPI lacks MB0/MB1 paging (nw)
AJR
2018-01-23
2
-2
/
+2
*
mcs48, s2650: Use paged mode for disassembler
AJR
2018-01-23
2
-0
/
+12
*
emumem: API change [O. Galibert]
Olivier Galibert
2017-11-29
2
-2
/
+2
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
4
-113
/
+136
*
srcclean (nw)
Vas Crabb
2017-11-26
2
-9
/
+9
*
Replaced hacky Kaypro keyboard that bypassed the SIO with emulated
Vas Crabb
2017-10-28
2
-37
/
+42
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
2
-3
/
+3
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
2
-4
/
+9
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
2
-79
/
+79
*
mcs48: Convert ports to devcb (nw)
AJR
2017-05-06
2
-55
/
+136
*
New working machine added
hap
2017-04-22
1
-4
/
+7
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-19
/
+19
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
3
-18
/
+8
*
Changed the mcs48 disassembler to use 'std::ostream &' internally
Nathan Woods
2016-11-15
1
-248
/
+258
*
Revert "Use true/false if type used is bool (nw)"
Miodrag Milanovic
2016-11-12
1
-1
/
+1
*
Use true/false if type used is bool (nw)
Miodrag Milanovic
2016-11-11
1
-1
/
+1
*
converted lot of TRUE/FALSE to real boolean and updated types (nw)
Miodrag Milanovic
2016-10-22
3
-32
/
+32
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
3
-139
/
+139
[next]