/* ============================================================================ hwdefs.h -- Buchla 700 I/O addresses defined in hwdefs.s Version 12 -- 1988-08-15 -- D.N. Lynx Crowe ============================================================================ */ /* hardware addresses */ extern int8_t io_time[], io_lcd, io_ser, io_midi; extern int8_t io_disk, io_tone, io_leds, io_kbrd; extern int8_t lcd_a0, lcd_a1; extern uint16_t io_vreg[], io_vraw[], io_vram[], io_fpu[]; /* video memory allocations */ extern uint16_t v_regs[], v_odtab[][4], v_actab[]; extern uint16_t v_ct0[], v_gt1[], v_score[], v_cgtab[]; extern uint16_t v_curs0[], v_curs1[], v_curs2[], v_curs3[]; extern uint16_t v_curs4[], v_curs5[], v_curs6[], v_curs7[]; extern uint16_t v_tcur[], v_kbobj[], v_lnobj[]; extern uint16_t v_win0[], v_cur[]; /* stuff in the depths of the bios */ extern int16_t fc_sw; extern int32_t fc_val;