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
/
mess
/
machine
/
microtan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
replaced some more malloc/free usage with global_alloc_array/global_free_arra...
Oliver Stöneberg
2014-03-28
1
-4
/
+5
*
removed the simplest 6522 port callbacks [smf]
smf-
2014-01-02
1
-22
/
+28
*
removed runtime via device lookups, removed ca1, cb1, ca2, cb2 callbacks from...
smf-
2014-01-01
1
-63
/
+14
*
Convert VIA6522 to use DEVCB2 [smf]
smf-
2013-12-31
1
-43
/
+16
*
A few less anonymous timers in the world. (nw)
Andrew Gardner
2013-05-27
1
-2
/
+18
*
modernised the AY8910 [smf]
smf-
2013-05-12
1
-5
/
+5
*
cleanup (nw)
Miodrag Milanovic
2013-04-19
1
-7
/
+5
*
SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw)
Miodrag Milanovic
2013-04-19
1
-2
/
+2
*
small machine().root_device() cleanup (nw)
Miodrag Milanovic
2013-04-18
1
-1
/
+1
*
moving some static functions in driver state for MESS drivers plus some other...
Miodrag Milanovic
2013-04-18
1
-52
/
+50
*
(MESS) cassette cleanup (nw)
Miodrag Milanovic
2013-04-17
1
-7
/
+2
*
small cleanup (nw)
Miodrag Milanovic
2013-04-15
1
-6
/
+7
*
various cpu lookup cleanup (nw)
Miodrag Milanovic
2013-04-15
1
-2
/
+2
*
Removal of machine().root_device() where appropriate (nw)
Miodrag Milanovic
2013-04-14
1
-4
/
+4
*
cleanup (nw)
Miodrag Milanovic
2013-04-14
1
-1
/
+1
*
changed machine().device("maincpu") with m_maincpu in mess tree part (nw)
Miodrag Milanovic
2013-04-10
1
-2
/
+2
*
some mess device callback cleanup (nw)
Miodrag Milanovic
2013-04-05
1
-10
/
+8
*
Some more moving to proper place and compile fix (nw)
Miodrag Milanovic
2013-02-22
1
-0
/
+352
*
(MESS) Refactored all drivers to use the new MOS6551 and removed the old impl...
Curt Coder
2013-02-06
1
-1
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-315
/
+315
*
Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew)
Miodrag Milanovic
2012-10-03
1
-32
/
+32
*
modernization or timer callbacks part 2 (no whatsnew)
Miodrag Milanovic
2012-09-24
1
-7
/
+7
*
change from device->machine() to space.machine() in device handlers in order ...
Miodrag Milanovic
2012-09-21
1
-2
/
+2
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-1
/
+1
*
INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew)
Miodrag Milanovic
2012-09-18
1
-33
/
+32
*
Memory handler normalization, part 2. Change legacy
Aaron Giles
2012-09-17
1
-5
/
+5
*
Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang...
Miodrag Milanovic
2012-09-13
1
-4
/
+3
*
Closeout on old macros. Retired cputag_set_input_line
Aaron Giles
2012-09-12
1
-2
/
+2
*
Merge of MESS sources (no whatsnew)
Miodrag Milanovic
2012-08-21
1
-0
/
+584