Search
lxdream.org :: lxdream/src/asic.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/asic.h
changeset 65:9f124c245fc6
prev56:3224dceaf2a3
next125:49bf45f8210a
author nkeynes
date Tue Mar 14 11:44:29 2006 +0000 (18 years ago)
permissions -rw-r--r--
last change Add elf loader suppt
file annotate diff log raw
1.1 --- a/src/asic.h Sun Jan 01 08:09:42 2006 +0000
1.2 +++ b/src/asic.h Tue Mar 14 11:44:29 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: asic.h,v 1.4 2006-01-01 08:09:42 nkeynes Exp $
1.6 + * $Id: asic.h,v 1.5 2006-01-03 12:21:45 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 @@ -169,10 +169,11 @@
1.11 #define EVENT_SCANLINE1 3
1.12 #define EVENT_SCANLINE2 4
1.13 #define EVENT_RETRACE 5
1.14 +#define EVENT_PVR_UNK 6
1.15 #define EVENT_PVR_OPAQUE_DONE 7
1.16 #define EVENT_PVR_OPAQUEMOD_DONE 8
1.17 #define EVENT_PVR_TRANS_DONE 9
1.18 -#define EVENT_PVR_TRANSMODE_DONE 10
1.19 +#define EVENT_PVR_TRANSMOD_DONE 10
1.20 #define EVENT_MAPLE_DMA 12
1.21 #define EVENT_MAPLE_ERR 13 /* ??? */
1.22 #define EVENT_GDROM_DMA 14
.