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
/
mcs48
/
mcs48.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into time-experiments2
Aaron Giles
2021-09-10
1
-1
/
+1
|
\
|
*
Debugger-related feature removals and cleanup
AJR
2021-08-15
1
-1
/
+1
*
|
Major timer object reshuffling. timer_expired_delegate wraps the various call...
Aaron Giles
2021-03-26
1
-1
/
+1
*
|
First round of global synchronize removals.
Aaron Giles
2021-03-23
1
-1
/
+9
|
/
*
mcs48: fix possible problem with A11 and RET during interrupt
hap
2021-01-10
1
-3
/
+3
*
odyssey2: correct copyright holders
hap
2021-01-09
1
-0
/
+2
*
mcs48: single line comments c++ style
hap
2021-01-08
1
-123
/
+122
*
mcs48: correct copyright holders
hap
2021-01-08
1
-1
/
+1
*
mcs48: small bugfix for DA A
hap
2021-01-08
1
-3
/
+4
*
mcs48: separate F0/F1 from upi41 STS, fix F0 flag read from upi41_master_r
hap
2021-01-08
1
-27
/
+22
*
odyssey2: fix loading games with -cart not working
hap
2021-01-02
1
-10
/
+25
*
mcs48: execute_jcc param is a bool, not u8
hap
2020-10-11
1
-2
/
+2
*
mcs48: check irq before opcode to fix firefox, but re-add wy100 hack
hap
2020-10-11
1
-5
/
+17
*
mcs48: fix a regression with previous change to strt_cnt
hap
2020-09-14
1
-1
/
+1
*
mcs48: fix problem with strt_cnt if counter was already enabled
hap
2020-08-28
1
-2
/
+8
*
odyssey2: make videopac the parent set
hap
2020-08-25
1
-0
/
+2
*
New working software list additions
hap
2020-08-19
1
-1
/
+2
*
odyssey2: add cartridge B pin
hap
2020-08-18
1
-1
/
+1
*
odyssey2: disable logging
hap
2020-08-14
1
-2
/
+0
*
mcs48: fix cond jump address if argument fetch was at 0x7ff or 0xfff
hap
2020-08-12
1
-2
/
+3
*
mcs48: fix possible missed timer overflow if burn_cycles is larger than 2
hap
2020-08-11
1
-14
/
+16
*
mcs48: get rid of wy100 irq hack
hap
2020-08-08
1
-13
/
+5
*
mcs48: burn opcode cycles before executing opcode
hap
2020-08-08
1
-267
/
+270
*
mcs48: fix cycles not deducted for timer irq, get rid of kaypro10 hack
hap
2020-08-07
1
-306
/
+285
*
emumem: A little more speedup. cache and specific change syntax, and are not...
Olivier Galibert
2020-05-25
1
-7
/
+7
*
devices/cpu: simplified some handlers (nw)
Ivan Vangelista
2020-03-31
1
-2
/
+2
*
sweeten most of the remaining arrays of delegates (nw)
Vas Crabb
2020-02-07
1
-10
/
+8
*
Make devdelegate more like devcb for configuration. This is a
Vas Crabb
2019-10-26
1
-2
/
+2
*
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
1
-6
/
+10
*
mcs48: Workaround for interrupt latency issue (nw)
AJR
2019-07-01
1
-2
/
+6
*
mcs48: Further distinction of UPI variants (nw)
AJR
2019-06-16
1
-30
/
+42
*
mindset: Fix the 8042s, clock starts ticking [O. Galibert]
Olivier Galibert
2019-06-16
1
-0
/
+6
*
mcs48: Update documentation (nw)
AJR
2019-06-16
1
-6
/
+10
*
MT 05732 (nw)
AJR
2018-12-09
1
-4
/
+5
*
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
1
-11
/
+0
*
emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t...
Olivier Galibert
2018-05-11
1
-3
/
+3
*
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
1
-2
/
+2
*
Blind faith fixed long names for almost all CPUs (nw)
angelosa
2018-03-15
1
-16
/
+16
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
1
-8
/
+8
*
mcs48: More specific emulation of Intel 8021
AJR
2018-01-23
1
-63
/
+157
*
mcs48.cpp: UPI has no external memory space (nw)
AJR
2018-01-23
1
-6
/
+12
*
mcs48: Program counter wraps at 11 bits
AJR
2018-01-23
1
-2
/
+6
*
UPI lacks MB0/MB1 paging (nw)
AJR
2018-01-23
1
-1
/
+1
*
emumem: API change [O. Galibert]
Olivier Galibert
2017-11-29
1
-1
/
+1
[next]