Search
lxdream.org :: lxdream/src/pvr2/pvr2mmio.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/pvr2/pvr2mmio.h
changeset 931:430048ea8b71
prev847:2089244671d2
author nkeynes
date Wed Jun 03 10:29:16 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Allow multiple input hooks to be registered for the same key - useful to allow
eg binding the same hotkey for run/stop so that it works as a toggle.
file annotate diff log raw
1.1 --- a/src/pvr2/pvr2mmio.h Sun Sep 07 04:23:49 2008 +0000
1.2 +++ b/src/pvr2/pvr2mmio.h Wed Jun 03 10:29:16 2009 +0000
1.3 @@ -95,7 +95,3 @@
1.4 MMIO_REGION_BEGIN( 0x005F9000, PVR2PAL, "Power VR/2 CLUT Palettes" )
1.5 LONG_PORT( 0x000, PAL0_0, PORT_MRW, 0, "Pal0 colour 0" )
1.6 MMIO_REGION_END
1.7 -
1.8 -MMIO_REGION_BEGIN( 0x10000000, PVR2TA, "Power VR/2 TA Command port" )
1.9 - LONG_PORT( 0x000, TACMD, PORT_MRW, 0, "TA Command port" )
1.10 -MMIO_REGION_END
.