X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fnes.h;h=3ad4422809a9eb05072b41329d4587fb04323733;hb=f12fbc4a3b4ff7a30cea4b484aa6f8ac77763b2b;hp=5e1853b2b030b6196f342b7b53ad40f6359618d4;hpb=ca2ba14bbe1da347591a6eccbe8277d82ac55a5a;p=cc65 diff --git a/include/nes.h b/include/nes.h index 5e1853b2b..3ad442280 100644 --- a/include/nes.h +++ b/include/nes.h @@ -1,8 +1,8 @@ /*****************************************************************************/ /* */ -/* nes.h */ +/* nes.h */ /* */ -/* NES system specific definitions */ +/* NES system specific definitions */ /* */ /* */ /* */ @@ -92,6 +92,12 @@ +/* The addresses of the static drivers */ +extern void nes_stdjoy_joy[]; /* Referred to by joy_static_stddrv[] */ +extern void nes_64_56_2_tgi[]; /* Referred to by tgi_static_stddrv[] */ + + + void waitvblank (void); /* Wait for the vertical blanking */