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
*
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
*
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
4
-26
/
+33
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
2
-20
/
+20
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-3
/
+3
*
A round of spelling/typographical fixes to source comments (nw)
Scott Stone
2016-11-24
1
-1
/
+1
*
Removing rogue prototypes
Nathan Woods
2016-11-20
1
-2
/
+0
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
4
-24
/
+6
*
Changed the m37710 disassembler to use 'std::ostream &' internally
Nathan Woods
2016-11-15
2
-43
/
+61
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
6
-197
/
+197
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-28
1
-0
/
+3
*
Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ...
Lord-Nightmare
2016-09-27
1
-3
/
+0
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-27
1
-0
/
+3
*
let's tidy up some scope (part 2 of evil plan)
Vas Crabb
2016-08-18
1
-239
/
+266
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-1
/
+1
*
Add macros for alignment checking (nw)
AJR
2016-01-30
1
-4
/
+4
*
reverting:
Miodrag Milanovic
2016-01-20
2
-10
/
+10
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
2
-4
/
+4
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
2
-4
/
+4
[next]