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
/
alto2
Commit message (
Expand
)
Author
Age
Files
Lines
*
alto2: Use device finders for Diablo HDs (nw)
AJR
2019-08-21
3
-13
/
+3
*
alto2: Make another thing into a callback (nw)
AJR
2019-08-21
3
-27
/
+9
*
alto2: Properly internalize address maps, likely fixing regression (nw)
AJR
2019-08-21
1
-3
/
+3
*
alto2: Use callback for reading keyboard (nw)
AJR
2019-08-21
3
-15
/
+8
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-5
/
+5
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-5
/
+5
*
fix MSVC (llvm toolset) compile (nw)
Peter Ferrie
2019-01-06
1
-5
/
+5
*
(nw) fix lots of inadverently mutable static pointers
Vas Crabb
2018-09-20
2
-4
/
+4
*
as if millions of this pointers suddenly cried out in terror, and were sudden...
Vas Crabb
2018-06-08
1
-44
/
+44
*
maps: Finish map.m() (nw)
Olivier Galibert
2018-04-19
1
-50
/
+53
*
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
*
Grammar police (nw)
Olivier Galibert
2018-02-24
3
-14
/
+14
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
2
-6
/
+6
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
5
-37
/
+62
*
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
-11
/
+9
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
2
-3
/
+5
*
debugger_access: Refactor [O. Galibert]
Olivier Galibert
2017-03-02
3
-16
/
+14
*
Self-registering devices prep:
Vas Crabb
2017-02-27
2
-8
/
+8
*
Remove emu.h from headers (nw)
Olivier Galibert
2017-02-11
22
-2
/
+20
*
A round of spelling/typographical fixes to source comments (nw)
Scott Stone
2016-11-24
4
-6
/
+6
*
Merge pull request #1317 from npwoods/disasm_stdstring
Vas Crabb
2016-11-21
2
-13
/
+1
|
\
|
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
2
-13
/
+1
*
|
Revert "moved debugger_access() from address space to machine & removed the a...
Vas Crabb
2016-11-21
3
-15
/
+18
|
/
*
moved debugger_access() from address space to machine & removed the anti-patt...
smf-
2016-11-19
3
-18
/
+15
*
Removing unused variable
Nathan Woods
2016-11-19
1
-1
/
+0
*
Changed the alto2 disassembler to use 'std::ostream &' internally
Nathan Woods
2016-11-19
2
-47
/
+63
*
add virtual for consistency (nw)
smf-
2016-10-24
1
-1
/
+1
*
removed unnecessary callimport() on A2_TASK, removed unnecessary formatstr() ...
smf-
2016-10-24
2
-5
/
+4
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
25
-488
/
+488
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-28
1
-1
/
+2
*
Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ...
Lord-Nightmare
2016-09-27
1
-2
/
+1
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-27
1
-1
/
+2
*
srcclean and translation regeneration
Vas Crabb
2016-08-29
6
-78
/
+78
*
alto2: Refactor videotiming + use attoseconds_t
Juergen Buchmueller
2016-08-19
7
-104
/
+111
*
alto2: oops - disable a2ram printfs
Juergen Buchmueller
2016-08-13
1
-3
/
+3
*
alto2: refactor display and CROM/RAM config (nw)
Juergen Buchmueller
2016-08-13
11
-365
/
+372
*
alto2: remove member function pointers
jbu
2016-08-08
14
-237
/
+477
*
Created a tiny_rom_entry structure for the purposes of rom_entry declarations...
Nathan Woods
2016-08-06
2
-2
/
+2
*
alto2: remove more cruft and fix comments
jbu
2016-08-06
12
-154
/
+237
*
alto2: replace decoded MIR bit fields
jbu
2016-08-03
5
-65
/
+53
*
alto2: fix i/o memory read; reduce frame rate
jbu
2016-08-03
2
-25
/
+41
*
alto2: remove extra screen buffer
jbu
2016-08-03
2
-45
/
+29
*
alto2: further cleanup + remove cruft
jbu
2016-08-03
10
-493
/
+150
*
alto2: add speaker sound
jbu
2016-07-30
4
-11
/
+21
*
Cleanups and version bump
Miodrag Milanovic
2016-07-27
1
-1
/
+1
*
alto2: Hunting the jiggly cursor bug [Juergen Buchmueller]
jbu
2016-07-25
7
-567
/
+305
*
small cleanup (nw)
Miodrag Milanovic
2016-06-05
2
-34
/
+34
*
NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi...
Miodrag Milanovic
2016-04-24
1
-2
/
+2
[next]