filename | src/asic.h |
changeset | 265:5daf59b7f31b |
prev | 244:4c2b7291d3b0 |
next | 282:01e53698ff38 |
author | nkeynes |
date | Sat Jan 06 04:06:36 2007 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Implement event queue. Fix pvr2 timing (yes, again). |
file | annotate | diff | log | raw |
1.1 --- a/src/asic.h Tue Dec 19 09:51:35 2006 +00001.2 +++ b/src/asic.h Sat Jan 06 04:06:36 2007 +00001.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_END1.13 #define EVENT_PVR_RENDER_DONE 21.14 -#define EVENT_SCANLINE1 31.15 -#define EVENT_SCANLINE2 41.16 +#define EVENT_SCANLINE2 31.17 +#define EVENT_SCANLINE1 41.18 #define EVENT_RETRACE 51.19 #define EVENT_PVR_UNK 61.20 #define EVENT_PVR_OPAQUE_DONE 7
.