diff --git a/cores/Spectrum/tld_zxuno.xst b/cores/Spectrum/tld_zxuno.xst index 81f8d78..a05e557 100644 --- a/cores/Spectrum/tld_zxuno.xst +++ b/cores/Spectrum/tld_zxuno.xst @@ -2,7 +2,7 @@ set -tmpdir "projnav.tmp" set -xsthdpdir "xst" run -ifn tld_zxuno.prj --infer_ramb8 No +-infer_ramb8 No -loop_iteration_limit 32768 -ofn tld_zxuno -ofmt NGC -p xc6slx9-2-tqg144 diff --git a/firmware/GenRom.c b/firmware/GenRom.c index 3859748..581d418 100644 --- a/firmware/GenRom.c +++ b/firmware/GenRom.c @@ -43,7 +43,7 @@ unsigned short j, k, crc, tab[]= { int main(int argc, char *argv[]) { if( argc==1 ) printf("\n" - "GenRom v0.04, generates a TAP for loading a ROM in the ZX-Uno, 2016-05-09\n\n" + "GenRom v0.05, generates a TAP for loading a ROM in the ZX-Uno, 2016-05-14\n\n" " GenRom \n\n" " Set 5 flags parameters, combinable\n" " 0 Default values Issue3, Tim48K, Contended, Disabled Div & NMI\n" @@ -57,9 +57,9 @@ int main(int argc, char *argv[]) { " 0 Default values DISD, DIFUL, DIKEMP, ENMMU, DI1FFD, DI7FFD," " DITAY and DIAY\n" " s Disable SD ports (DivMMC and ZXMMC)\n" - " f Disable Fuller joystick port\n" - " k Disable Kempston joystick port\n" " m Enable horizontal MMU in Timex Sinclair\n" + " h Disable high bit ROM (1FFD bit 2)\n" + " l Disable low bit ROM (7FFD bit 4)\n" " 1 Disable 1FFD port (+2A/+3 memory paging)\n" " 7 Disable 7FFD port (128K memory paging)\n" " t Disable second AY chip\n" @@ -147,9 +147,9 @@ int main(int argc, char *argv[]) { for ( i= 0; i