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
/
m37710
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc: remove "all rights reserved" copyright comment,
hap
2025-01-22
1
-1
/
+0
*
m37710op: add missing 'else' after prev commit
hap
2024-11-17
1
-0
/
+1
*
diexec: Add callback to allow debugger to break into the middle of wait-type ...
AJR
2024-11-17
1
-1
/
+2
*
Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#...
holub
2024-09-27
1
-14
/
+14
*
diexec: remove vestigal execute_input_lines()
hap
2024-09-18
1
-1
/
+0
*
m37710: clean up include guards, disagree with hap from past about copyright
hap
2024-01-12
10
-30
/
+32
*
m37710: remove obsolete UCHAR_MAX check
hap
2024-01-12
1
-51
/
+41
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-6
/
+2
*
Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz]
MooglyGuy
2023-05-23
1
-17
/
+16
*
Interrupt callback rationalization
AJR
2023-03-11
1
-1
/
+1
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-2
/
+2
*
src/devices/cpu: Remove #include "debugger.h" where no longer necessary
AJR
2022-04-06
5
-5
/
+0
*
Debugger feature improvements
AJR
2022-03-27
2
-0
/
+3
*
nscsi: Add dump and skeleton device for Sony CDU561-25 CD-ROM drive [Bitsavers]
AJR
2021-04-16
2
-0
/
+36
*
m37710: actually SFR area 2-9 is external on some chips (nw)
hap
2020-06-10
1
-3
/
+6
*
m37710: nop unused SFR area (nw)
hap
2020-06-10
1
-0
/
+5
*
emumem: A little more speedup. cache and specific change syntax, and are not...
Olivier Galibert
2020-05-25
3
-10
/
+10
*
m37710: Rename some registers to agree with Mitsubishi documentation
AJR
2020-05-14
6
-183
/
+180
*
sweeten most of the remaining arrays of delegates (nw)
Vas Crabb
2020-02-07
2
-13
/
+11
*
use C++ library includes (nw)
firewave
2020-01-22
1
-1
/
+1
*
m37710: More accurate mapping of port and interrupt registers; de-duplicate a...
AJR
2019-11-23
2
-173
/
+204
*
New machines marked as NOT_WORKING
AJR
2019-11-15
2
-0
/
+40
*
Make many device_execute_interface functions noexcept, including the "informa...
AJR
2019-11-09
1
-5
/
+5
*
m37710: Add note (nw)
AJR
2019-10-02
1
-0
/
+4
*
m37710: Internalize timing for A-D converter
AJR
2019-08-30
2
-7
/
+45
*
Fix Solaris 2.11 (non-Oracle)
Rick V
2019-08-19
1
-1
/
+3
*
srcclean (nw)
Vas Crabb
2019-07-28
1
-1
/
+1
*
m37710: More UART register adjustments (nw)
AJR
2019-07-10
1
-7
/
+7
*
m37710: Fix UART control register 1 writes and raveracw regression (nw)
AJR
2019-07-10
1
-3
/
+3
*
m37710: Fix alpinerd regression (port writes are blocked when direction regis...
AJR
2019-07-10
1
-1
/
+1
*
m37710: Add internal clock divider
AJR
2019-07-09
2
-1
/
+6
*
m37710: Fix interrupt-related regression (nw)
AJR
2019-07-08
1
-10
/
+12
*
m37710: Break up m37710_internal_r/w and m_m37710_regs block (nw)
AJR
2019-07-07
2
-450
/
+709
*
m37710: Kill the unnecessary set_line indirection (nw)
AJR
2019-07-06
4
-74
/
+49
*
m37710: Replace I/O space with callbacks
AJR
2019-04-07
2
-56
/
+84
*
m37710: added basic support for up-down count on timers in event counter mode...
hap
2018-11-03
2
-30
/
+67
*
namcos22: get rid of ss22 QUANTUM_TIME(only timecris needed it at boot) and m...
hap
2018-09-30
1
-1
/
+1
*
(nw) fix lots of inadverently mutable static pointers
Vas Crabb
2018-09-20
2
-6
/
+6
*
as if millions of this pointers suddenly cried out in terror, and were sudden...
Vas Crabb
2018-06-08
2
-8
/
+5
*
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
3
-4
/
+4
*
maps: Finish devices/cpu (nw)
Olivier Galibert
2018-04-20
1
-17
/
+21
*
Reshuffle some stuff:
Vas Crabb
2018-03-28
2
-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
-4
/
+4
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
2
-14
/
+14
*
emumem: API change [O. Galibert]
Olivier Galibert
2017-11-29
2
-2
/
+2
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
4
-174
/
+165
*
srcclean (nw)
Vas Crabb
2017-07-23
1
-10
/
+10
*
m377xx: preliminary M37720 support [R. Belmont]
arbee
2017-07-14
3
-62
/
+82
[next]