mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-08-05 13:24:52 +00:00
Fixed putchar for ZX Spectrum
This commit is contained in:
@@ -17,6 +17,7 @@ int putchar(int ch) {
|
||||
ld a,4 (ix)
|
||||
rst 0x10
|
||||
__endasm;
|
||||
return ch;
|
||||
}
|
||||
|
||||
void beep(int divisor, int duration) {
|
||||
|
Reference in New Issue
Block a user