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
/
hmcs40
Commit message (
Expand
)
Author
Age
Files
Lines
*
diexec: Add callback to allow debugger to break into the middle of wait-type ...
AJR
2024-11-17
1
-0
/
+1
*
Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#...
holub
2024-09-27
1
-7
/
+7
*
hmcs40: add hmcs46/hmcs47
hap
2024-09-25
4
-30
/
+191
*
sbackgc: just use cpu_device for m_maincpu
hap
2024-09-24
1
-1
/
+2
*
sbackgc: invert buttons_r,
hap
2024-09-24
1
-1
/
+1
*
hmcs400: add standby/stop mode
hap
2024-09-20
2
-3
/
+3
*
hmcs400: add irq controller
hap
2024-09-19
2
-9
/
+9
*
diexec: remove vestigal execute_input_lines()
hap
2024-09-18
1
-1
/
+0
*
hmcs400: add i/o ports
hap
2024-09-18
3
-50
/
+56
*
hmcs400: fill in most of the opcodes
hap
2024-09-16
3
-44
/
+52
*
hmcs400: add opcode placeholders
hap
2024-09-16
2
-243
/
+122
*
hmcs400: add disassembler
hap
2024-09-16
2
-6
/
+1
*
hmcs400: add cpu skeleton device
hap
2024-09-16
5
-117
/
+128
*
New working clones
hap
2024-09-07
1
-5
/
+6
*
misc hap disasm: correction to prev commit
hap
2024-03-07
1
-1
/
+1
*
misc hap disasm: move opcode mnemonics enum out of header file
hap
2024-03-07
2
-16
/
+17
*
Systems promoted to working
hap
2023-06-17
1
-46
/
+45
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
2
-14
/
+8
*
mn1400: add disassembler
hap
2023-05-01
2
-21
/
+21
*
Interrupt callback rationalization
AJR
2023-03-11
1
-1
/
+1
*
eturtles: add game speed control
hap
2022-08-14
3
-3
/
+15
*
hmcs40: block interrupt after conditional jump
hap
2022-08-13
3
-31
/
+12
*
cpu: remove obsolete debugger.h include from some of my files
hap
2022-04-02
1
-1
/
+0
*
Debugger feature improvements
AJR
2022-03-27
1
-1
/
+1
*
b5000: added easy opcodes
hap
2022-03-18
2
-15
/
+12
*
b5000: add disassembler
hap
2022-03-17
1
-1
/
+1
*
tlcs900: check timer enable before clocking chained timer, this improves ngpc...
hap
2022-03-15
1
-2
/
+2
*
added MM76 disassembler and preliminary PPS-4/1 MCU core [hap]
hap
2021-02-26
2
-8
/
+8
*
hmcs40: this should fix savestate regression (nw)
hap
2020-05-29
1
-0
/
+1
*
Machines promoted to working
hap
2020-04-23
1
-7
/
+13
*
hmcs40: change stack op (nw)
hap
2020-04-23
3
-6
/
+17
*
hmcs40: simplify internal timer (nw)
hap
2020-04-23
3
-38
/
+17
*
New machines marked as NOT_WORKING
hap
2020-04-22
2
-2
/
+2
*
sag: add cartridge and softwarelist (nw)
hap
2020-04-08
1
-1
/
+3
*
hmcs40: add note (nw)
hap
2020-04-04
1
-5
/
+10
*
that should be the rest of the devcb arrays switched to new syntax (nw)
Vas Crabb
2020-02-08
2
-11
/
+7
*
Make many device_execute_interface functions noexcept, including the "informa...
AJR
2019-11-09
1
-5
/
+5
*
hmcs40: remove port enum (nw)
hap
2019-06-16
1
-12
/
+0
*
disasm: init lfsr pc tables in constructor (nw)
hap
2019-04-23
2
-44
/
+37
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-0
/
+1
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-1
/
+0
*
revert part of timer.h change (nw)
hap
2019-02-13
1
-0
/
+1
*
-cpu/cop400, dsp16, hmcs40: Removed MCFG macros. [Ryan Holtz]
mooglyguy
2018-12-16
2
-79
/
+18
*
devcb3
Vas Crabb
2018-07-07
1
-4
/
+4
*
maps: Finish devices/cpu (nw)
Olivier Galibert
2018-04-20
1
-21
/
+25
*
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
-20
/
+20
*
destaticify initializations (nw) (#3289)
wilbertpol
2018-03-04
1
-25
/
+25
*
move some cpu internal memmaps from public to protected (nw)
hap
2018-02-13
1
-4
/
+6
[next]