mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-21 23:30:58 +00:00
Fixed putchar for ZX Spectrum
This commit is contained in:
parent
bd00d98b77
commit
c8e639cbd6
@ -17,6 +17,7 @@ int putchar(int ch) {
|
|||||||
ld a,4 (ix)
|
ld a,4 (ix)
|
||||||
rst 0x10
|
rst 0x10
|
||||||
__endasm;
|
__endasm;
|
||||||
|
return ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
void beep(int divisor, int duration) {
|
void beep(int divisor, int duration) {
|
||||||
|
Loading…
Reference in New Issue
Block a user