amiga_boottest

diff src/copper.h @ 3:555b986cc420

IFS
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 22 Feb 2018 14:46:32 +0200
parents 48093e4bd99a
children
line diff
     1.1 --- a/src/copper.h	Thu Feb 22 12:44:20 2018 +0200
     1.2 +++ b/src/copper.h	Thu Feb 22 14:46:32 2018 +0200
     1.3 @@ -11,6 +11,7 @@
     1.4  #define COPPER_VWAIT(s)			(0x0001ff00 | ((uint32_t)((s) + 0x2c) << 24))
     1.5  #define COPPER_VWAIT_OVERSCAN(s) \
     1.6  	(0x0001ff00 | ((uint32_t)(s) << 24))
     1.7 +#define COPPER_OVERFLOW			0xffdffffe
     1.8  #define COPPER_END				0xfffffffe
     1.9  
    1.10  extern uint32_t *copperlist, *copperlist_end;