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
/
machine
/
gt64xxx.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use device_post_load instead of callbacks. (nw)
Ted Green
2018-04-15
1
-2
/
+1
*
gt64xxx fix (nw)
Olivier Galibert
2018-02-12
1
-0
/
+1
*
API change: Memory maps are now methods of the owner class [O. Galibert]
Olivier Galibert
2018-02-12
1
-8
/
+4
*
Extended time! All space.device() removed from comments (nw)
Olivier Galibert
2018-01-05
1
-4
/
+0
*
Remove a bunch of space.device().safe_pc() from devices (nw)
Olivier Galibert
2017-12-30
1
-32
/
+32
*
gt64xxx: Buffer multiple writes for PCI stall. Fixes MT 06636 (calspeed).
Ted Green
2017-07-29
1
-14
/
+29
*
make device_memory_interface slightly less of a special case, use a typedef t...
Vas Crabb
2017-07-10
1
-1
/
+1
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-41
/
+44
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-110
/
+199
*
gt64xxx: Change sdram configuration options. (nw)
Ted Green
2017-05-13
1
-11
/
+14
*
gt64xxx: Cap memory space mapping to physical memory bounds. (nw)
Ted Green
2017-05-09
1
-0
/
+4
*
seattle: Change physical memory configuration to fix crashes with wg3dh and b...
Ted Green
2017-05-07
1
-6
/
+7
*
pci: Add save state support. (nw)
Ted Green
2017-05-05
1
-28
/
+51
*
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
*
addrmap: Remove device parameter [O. Galibert]
Olivier Galibert
2016-11-09
1
-1
/
+1
*
converted lot of TRUE/FALSE to real boolean and updated types (nw)
Miodrag Milanovic
2016-10-22
1
-3
/
+3
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-24
/
+24
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-3
/
+3
*
Memory fun [O.Galibert]
Olivier Galibert
2016-06-14
1
-14
/
+14
*
(nw) Use normal array allocation for fixed sized arrays.
Ted Green
2016-05-31
1
-4
/
+1
*
Cleanups and version bump
mame0174
Miodrag Milanovic
2016-05-25
1
-6
/
+6
*
voodoo: Stopped blocking of non-fifo'd register writes (nw)
Ted Green
2016-05-17
1
-17
/
+81
*
voodoo_pci: Added default PCI BAR locations (nw)
Ted Green
2016-05-17
1
-69
/
+331
*
NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi...
Miodrag Milanovic
2016-04-24
1
-1
/
+1
*
Devfind revision phase 1, cleaning out some legacy stuff
AJR
2016-04-07
1
-1
/
+2
*
Cleanups and version bump
Miodrag Milanovic
2016-03-30
1
-11
/
+11
*
Added skeleton for Galileo System Controller
Ted Green
2016-03-18
1
-0
/
+600