1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-19 10:42:10 +00:00

Minor improvements for Intel 8080 and ZX Spectrum

This commit is contained in:
Karol Stasiak
2018-07-30 18:16:50 +02:00
parent 998902acf6
commit 2ef79d6894
7 changed files with 66 additions and 24 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
#if ARCH_6502
import stdlib_6502
#elseif ARCH_Z80
import stdlib_z80
#elseif ARCH_I80
import stdlib_i80
#else
#warn Unsupported architecture
#endif