Last change
on this file since c79db87 was 109c83b, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
Compiled full ROM in Hatari.
|
-
Property mode
set to
100644
|
File size:
355 bytes
|
Rev | Line | |
---|
[109c83b] | 1 | /*
|
---|
| 2 | ============================================================================
|
---|
| 3 | rawio.h -- header for raw BIOS I/O
|
---|
| 4 | Version 2 -- 1987-02-20 -- D.N. Lynx Crowe
|
---|
| 5 | ============================================================================
|
---|
| 6 | */
|
---|
| 7 |
|
---|
| 8 | int getln(), getrln(), readln();
|
---|
| 9 |
|
---|
| 10 | /* The following should really be void ... */
|
---|
| 11 |
|
---|
| 12 | int writeln();
|
---|
Note:
See
TracBrowser
for help on using the repository browser.