1 | /*
|
---|
2 | ============================================================================
|
---|
3 | hwdefs.h -- Buchla 700 I/O addresses defined in hwdefs.s
|
---|
4 | Version 12 -- 1988-08-15 -- D.N. Lynx Crowe
|
---|
5 | ============================================================================
|
---|
6 | */
|
---|
7 |
|
---|
8 | /* hardware addresses */
|
---|
9 |
|
---|
10 | extern char io_time[], io_lcd, io_ser, io_midi;
|
---|
11 | extern char io_disk, io_tone, io_leds, io_kbrd;
|
---|
12 | extern char lcd_a0, lcd_a1;
|
---|
13 |
|
---|
14 | extern unsigned io_vreg[], io_vraw[], io_vram[], io_fpu[];
|
---|
15 |
|
---|
16 |
|
---|
17 | /* video memory allocations */
|
---|
18 |
|
---|
19 | extern unsigned v_regs[], v_odtab[][4], v_actab[];
|
---|
20 | extern unsigned v_ct0[], v_gt1[], v_score[], v_cgtab[];
|
---|
21 |
|
---|
22 | extern unsigned v_curs0[], v_curs1[], v_curs2[], v_curs3[];
|
---|
23 | extern unsigned v_curs4[], v_curs5[], v_curs6[], v_curs7[];
|
---|
24 | extern unsigned v_tcur[], v_kbobj[], v_lnobj[];
|
---|
25 | extern unsigned v_win0[], v_cur[];
|
---|
26 |
|
---|
27 |
|
---|
28 | /* stuff in the depths of the bios */
|
---|
29 |
|
---|
30 | extern short fc_sw;
|
---|
31 |
|
---|
32 | extern long fc_val;
|
---|