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
/
alto2cpu.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Spring cleaning:
Vas Crabb
2019-11-01
1
-20
/
+12
*
(nw) removed every remaining AM_ macro I could find in comments, but one in ...
Ivan Vangelista
2019-10-10
1
-2
/
+2
*
alto2: Use device finders for Diablo HDs (nw)
AJR
2019-08-21
1
-11
/
+1
*
alto2: Make another thing into a callback (nw)
AJR
2019-08-21
1
-11
/
+2
*
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
1
-0
/
+3
*
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
1
-2
/
+2
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
1
-3
/
+3
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
1
-0
/
+6
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
1
-2
/
+2
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-10
/
+8
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-2
/
+2
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+1
*
Remove emu.h from headers (nw)
Olivier Galibert
2017-02-11
1
-0
/
+1
*
removed unnecessary callimport() on A2_TASK, removed unnecessary formatstr() ...
smf-
2016-10-24
1
-4
/
+3
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-72
/
+72
*
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
1
-5
/
+5
*
alto2: Refactor videotiming + use attoseconds_t
Juergen Buchmueller
2016-08-19
1
-42
/
+38
*
alto2: refactor display and CROM/RAM config (nw)
Juergen Buchmueller
2016-08-13
1
-107
/
+146
*
alto2: remove member function pointers
jbu
2016-08-08
1
-68
/
+446
*
Created a tiny_rom_entry structure for the purposes of rom_entry declarations...
Nathan Woods
2016-08-06
1
-1
/
+1
*
alto2: remove more cruft and fix comments
jbu
2016-08-06
1
-21
/
+19
*
alto2: replace decoded MIR bit fields
jbu
2016-08-03
1
-41
/
+27
*
alto2: add speaker sound
jbu
2016-07-30
1
-0
/
+11
*
Cleanups and version bump
Miodrag Milanovic
2016-07-27
1
-1
/
+1
*
alto2: Hunting the jiggly cursor bug [Juergen Buchmueller]
jbu
2016-07-25
1
-464
/
+237
*
small cleanup (nw)
Miodrag Milanovic
2016-06-05
1
-20
/
+20
*
* Support *n conversion in stream_format/string_format
Vas Crabb
2016-03-01
1
-49
/
+32
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-6
/
+7
*
Make octal flag part of address_space/address_space_config, not (illogically)...
AJR
2016-02-04
1
-1
/
+3
*
reverting:
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
Revert "remove const (nw)"
Miodrag Milanovic
2016-01-13
1
-1
/
+1
*
remove const (nw)
Miodrag Milanovic
2016-01-11
1
-1
/
+1
*
Return std::string objects by value rather than pass by reference
AJR
2016-01-10
1
-1
/
+1
*
removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ...
Miodrag Milanovic
2015-12-17
1
-5
/
+5
*
cleanuo
Miodrag Milanovic
2015-12-05
1
-41
/
+41
*
removed usage of deprecated register keyword in our code (nw)
Miodrag Milanovic
2015-12-04
1
-10
/
+10
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+2816