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
/
mc68hc11
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
2
-26
/
+20
*
Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#...
holub
2024-09-27
1
-8
/
+8
*
diexec: remove vestigal execute_input_lines()
hap
2024-09-18
1
-1
/
+0
*
util/ioprocs.cpp: Added wrappers for common patterns. (#11608)
Vas Crabb
2024-02-25
1
-4
/
+12
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
2
-19
/
+9
*
mc68hc11: Fix STOP recovery again
AJR
2023-03-20
1
-1
/
+1
*
mc68hc11: Fix WAI handling for now
AJR
2023-03-18
1
-2
/
+2
*
mc68hc11: Use standard interrupt handling for RESET vector; add XIRQ input
AJR
2023-03-18
2
-10
/
+18
*
mc68hc11: Clean up interrupt code and generalize handling; enable all timer o...
AJR
2023-03-18
2
-85
/
+112
*
Interrupt callback rationalization
AJR
2023-03-11
1
-9
/
+6
*
dinvram: Separate backup-enable parameter (which prevents both loading and sa...
AJR
2022-08-09
2
-7
/
+1
*
Add M68HC11 internal EEPROM for relevant models
AJR
2022-06-27
2
-17
/
+123
*
src/devices/cpu: Remove #include "debugger.h" where no longer necessary
AJR
2022-04-06
1
-1
/
+0
*
New machines market as NOT_WORKING
AJR
2022-03-31
2
-0
/
+63
*
Debugger feature improvements
AJR
2022-03-27
1
-0
/
+2
*
mc68hc11: Add stubs for TCTL registers; document coding bug in asma2k
AJR
2021-09-06
2
-0
/
+52
*
mc68hc11: Fix bug causing DES to decrement IX rather than the stack pointer
AJR
2021-04-16
1
-1
/
+1
*
68hc11: amount of work not worthy of me being copyright holder
hap
2021-03-27
4
-4
/
+4
*
mc68hc11: Memory modernization and updates
AJR
2021-03-26
2
-306
/
+491
*
emumem: A little more speedup. cache and specific change syntax, and are not...
Olivier Galibert
2020-05-25
2
-16
/
+16
*
sweeten most of the remaining arrays of delegates (nw)
Vas Crabb
2020-02-07
2
-12
/
+9
*
mc68hc11: Fix disassembly and execution of BRCLR/BRSET (IND, Y)
AJR
2019-12-04
2
-5
/
+5
*
mc68hc11: Emulate FDIV instruction
AJR
2019-11-15
3
-1
/
+38
*
mc68hc11: Fix size of fetched operand for ADDD indexed modes
AJR
2019-11-14
1
-2
/
+2
*
mc68hc11: Clock is internally divided by 4
AJR
2019-11-13
1
-0
/
+2
*
Make many device_execute_interface functions noexcept, including the "informa...
AJR
2019-11-09
1
-3
/
+3
*
New machines marked as NOT_WORKING
AJR
2019-11-09
1
-0
/
+2
*
Fix build (nw)
AJR
2019-11-01
1
-1
/
+1
*
mc68hc11: Preliminary MC68HC11F1 type added (nw)
AJR
2019-11-01
2
-9
/
+79
*
mc68hc11: Add another register stub; remove vestigial declaration (nw)
AJR
2019-08-13
2
-3
/
+21
*
mc68hc11: Add internal latches and direction registers for ports
AJR
2019-08-13
2
-226
/
+418
*
mc68hc11: CPU device modernization (nw)
AJR
2019-08-10
2
-89
/
+181
*
mc68hc11 - implement more of the instructions.
68bit
2019-07-25
3
-163
/
+817
*
-nanoprocessor, mn10200, ps2vu, m68hc11: Removed MCFG macros. [Ryan Holtz]
mooglyguy
2018-12-15
1
-8
/
+7
*
diexec: Interrupt API changes (nw)
AJR
2018-05-18
1
-1
/
+0
*
emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t...
Olivier Galibert
2018-05-11
2
-4
/
+4
*
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
-1
/
+1
*
destaticify initializations (nw) (#3289)
wilbertpol
2018-03-04
1
-6
/
+6
*
mc68hc11: Fix dissassembly of instructions with 16-bit operands (immediate or...
AJR
2018-01-01
1
-2
/
+2
*
MC68HC11 is big-endian (nw)
AJR
2018-01-01
1
-2
/
+2
*
emumem: API change [O. Galibert]
Olivier Galibert
2017-11-29
2
-2
/
+2
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
4
-90
/
+108
*
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
/
+8
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
2
-8
/
+7
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+1
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
3
-14
/
+4
*
Changed the hc11 disassembler to use 'std::ostream &' internally
Nathan Woods
2016-11-15
1
-31
/
+30
[next]