source: buchla-68k/include/hwdefs.h@ 7258c6a

Last change on this file since 7258c6a was 7258c6a, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Use standard integer types.

  • Property mode set to 100644
File size: 919 bytes
RevLine 
[f40a309]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
[7258c6a]10extern int8_t io_time[], io_lcd, io_ser, io_midi;
11extern int8_t io_disk, io_tone, io_leds, io_kbrd;
12extern int8_t lcd_a0, lcd_a1;
[f40a309]13
[7258c6a]14extern uint16_t io_vreg[], io_vraw[], io_vram[], io_fpu[];
[f40a309]15
16
17/* video memory allocations */
18
[7258c6a]19extern uint16_t v_regs[], v_odtab[][4], v_actab[];
20extern uint16_t v_ct0[], v_gt1[], v_score[], v_cgtab[];
[f40a309]21
[7258c6a]22extern uint16_t v_curs0[], v_curs1[], v_curs2[], v_curs3[];
23extern uint16_t v_curs4[], v_curs5[], v_curs6[], v_curs7[];
24extern uint16_t v_tcur[], v_kbobj[], v_lnobj[];
25extern uint16_t v_win0[], v_cur[];
[f40a309]26
27
28/* stuff in the depths of the bios */
29
[7258c6a]30extern int16_t fc_sw;
31
32extern int32_t fc_val;
[f40a309]33
Note: See TracBrowser for help on using the repository browser.