Search
lxdream.org :: lxdream/src/asic.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/asic.h
changeset 305:1191085c5988
prev302:96b5cc24309c
next325:5717ae5d4746
author nkeynes
date Thu Jan 25 08:18:03 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Add method to determine maximum z-coord in scene, use for near-clip value
file annotate diff log raw
1.1 --- a/src/asic.h Wed Jan 17 21:27:20 2007 +0000
1.2 +++ b/src/asic.h Thu Jan 25 08:18:03 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: asic.h,v 1.17 2007-01-17 21:27:20 nkeynes Exp $
1.6 + * $Id: asic.h,v 1.18 2007-01-18 11:14:01 nkeynes Exp $
1.7 *
1.8 * Support for the miscellaneous ASIC functions (Primarily event multiplexing,
1.9 * and DMA). Includes MMIO definitions for the 5f6000 and 5f7000 regions,
1.10 @@ -175,7 +175,7 @@
1.11 #define EVENT_PVR_RENDER_DONE 2
1.12 #define EVENT_SCANLINE2 3
1.13 #define EVENT_SCANLINE1 4
1.14 -#define EVENT_RETRACE 5
1.15 +#define EVENT_HPOS 5
1.16 #define EVENT_PVR_YUV_DONE 6
1.17 #define EVENT_PVR_OPAQUE_DONE 7
1.18 #define EVENT_PVR_OPAQUEMOD_DONE 8
1.19 @@ -190,8 +190,9 @@
1.20 #define EVENT_G2_DMA3 18
1.21 #define EVENT_PVR_DMA 19
1.22 #define EVENT_PVR_PUNCHOUT_DONE 21
1.23 +#define EVENT_CASCADE1 30 /* Set if something in the second word is active */
1.24 +#define EVENT_CASCADE2 31 /* Set if something in the third word is active */
1.25
1.26 -#define EVENT_TA_ERROR 31
1.27 #define EVENT_IDE 32
1.28 #define EVENT_AICA 33
1.29
.