Stephan Mühlstrasser
|
fd5dca08fb
|
Removed unused constants
They were left-overs from early attempts to implement character output.
|
2014-12-02 18:20:54 +01:00 |
|
Stephan Mühlstrasser
|
e9a90940b1
|
Dummy implementation for osmapperrno
Copied from atmos implementation
|
2014-11-30 21:05:36 +01:00 |
|
Stephan Mühlstrasser
|
b47a1d99ec
|
Added scrsize() function.
|
2014-11-30 16:01:43 +01:00 |
|
Stephan Mühlstrasser
|
3867be7166
|
Added cclear() and cclearxy() implementations.
|
2014-11-30 14:25:16 +01:00 |
|
Stephan Mühlstrasser
|
9b9622d09a
|
Added chline and cvline implementation from CBM implementation.
|
2014-11-29 22:13:07 +01:00 |
|
Stephan Mühlstrasser
|
6dc8621fa5
|
Set cursor in top left corner in clrscr()
as documented in conio.h
|
2014-11-29 20:50:48 +01:00 |
|
Stephan Mühlstrasser
|
ac88639f4a
|
Implemented cursor functionality.
|
2014-11-29 20:07:30 +01:00 |
|
Stephan Mühlstrasser
|
7dac57f60d
|
Added gotox() and gotoy() implementations.
|
2014-11-29 15:52:42 +01:00 |
|
Stephan Mühlstrasser
|
1e88032608
|
Copied wherex, wherey and ctype implementations from CBM
|
2014-11-23 15:56:38 +01:00 |
|
Stephan Mühlstrasser
|
0c62ddf123
|
Enhancements for cursor calculation
Fix handling of newlines.
Wrap around to top of screen when newline occurs
in last line.
Initialize screen width in crt0.s.
|
2014-11-23 15:32:48 +01:00 |
|
Stephan Mühlstrasser
|
12ca22c265
|
Remove unnecessary commented code.
|
2014-11-22 18:14:52 +01:00 |
|
Stephan Mühlstrasser
|
0a6afb59c0
|
Switch to assembler for cputc implementation.
|
2014-11-22 01:07:55 +01:00 |
|
Stephan Mühlstrasser
|
5c8cd00dd5
|
Started cputc and related functions implementation.
|
2014-11-18 23:18:51 +01:00 |
|
Stephan Mühlstrasser
|
a20bba0f1e
|
Adapt to assembler coding conventions.
|
2014-11-16 21:57:59 +01:00 |
|
Stephan Mühlstrasser
|
14958949c2
|
Direct use of monitor function instead of subroutine call.
|
2014-11-16 21:13:18 +01:00 |
|
Stephan Mühlstrasser
|
4c46287928
|
Begin to implement C1P conio features.
|
2014-11-09 00:58:32 +01:00 |
|
Stephan Mühlstrasser
|
5d7a24241c
|
Implemented clrscr routine for C1P
|
2014-11-08 01:14:46 +01:00 |
|
Stephan Mühlstrasser
|
0b8c742bfc
|
Remove unneeded import
|
2013-07-24 22:35:58 +02:00 |
|
Stephan Mühlstrasser
|
608e9875fb
|
Suppress call to copydata routine, which seems to
be necessary only in very special cases that
are unclear at the moment.
|
2013-07-15 22:45:09 +02:00 |
|
Stephan Mühlstrasser
|
b3b3578f08
|
Nominal support for target Ohio Scientific Challenger 1P
|
2013-07-14 22:50:38 +02:00 |
|