Search
lxdream.org :: lxdream/src/asic.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/asic.h
changeset 265:5daf59b7f31b
prev244:4c2b7291d3b0
next282:01e53698ff38
author nkeynes
date Thu Jan 11 12:14:11 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Always return TRUE at end of execute instruction (oops)
file annotate diff log raw
1.1 --- a/src/asic.h Tue Dec 19 09:51:35 2006 +0000
1.2 +++ b/src/asic.h Thu Jan 11 12:14:11 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: asic.h,v 1.14 2006-12-19 09:51:35 nkeynes Exp $
1.6 + * $Id: asic.h,v 1.15 2007-01-06 04:06:36 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 @@ -173,8 +173,8 @@
1.11 MMIO_REGION_END
1.12
1.13 #define EVENT_PVR_RENDER_DONE 2
1.14 -#define EVENT_SCANLINE1 3
1.15 -#define EVENT_SCANLINE2 4
1.16 +#define EVENT_SCANLINE2 3
1.17 +#define EVENT_SCANLINE1 4
1.18 #define EVENT_RETRACE 5
1.19 #define EVENT_PVR_UNK 6
1.20 #define EVENT_PVR_OPAQUE_DONE 7
.