mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-21 07:33:14 +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)
|
||||
rst 0x10
|
||||
__endasm;
|
||||
return ch;
|
||||
}
|
||||
|
||||
void beep(int divisor, int duration) {
|
||||
|
Loading…
Reference in New Issue
Block a user