Skip to content

Commit c3a08fd

Browse files
committed
Correct the ST CMOS values according to the information provided by David Banks.
1 parent f9a1905 commit c3a08fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Z80 XCF Flavor.asm

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Z80 XCF Flavor v1.5
1+
; Z80 XCF Flavor v1.6
22
; Copyright (C) 2022-2024 Manuel Sainz de Baranda y Goñi.
33
;
44
; This program is free software: you can redistribute it and/or modify it under
@@ -246,12 +246,12 @@ results_on_zilog:
246246
results_on_nec_nmos:
247247
db 00000000b, 00000000b, 00000000b, 00101000b, 00101000b, 00101000b
248248
results_on_st_cmos:
249-
db 00000000b, 00100000b, 00000000b, 00101000b, 00101000b, 00101000b
249+
db 00000000b, 00100000b, 00000000b, 00001000b, 00101000b, 00101000b
250250
header_text:
251251
db 'Z80 XCF '
252252
db BRIGHT, 1, PAPER, 2, INK, 7, 'F', PAPER, 3, 'L', PAPER, 1, 'A'
253253
db PAPER, 5, INK, 8, 'V'
254-
db PAPER, 4, 'O', PAPER, 6, 'R', INK, 8, PAPER, 8, BRIGHT, 8, ' v1.5 ('
254+
db PAPER, 4, 'O', PAPER, 6, 'R', INK, 8, PAPER, 8, BRIGHT, 8, ' v1.6 ('
255255
db __DATE__, ")\r"
256256
db 127, ' Manuel Sainz de Baranda y Go', $90, "i\r"
257257
db INK, 1, 'https://zxe.io', INK, 8, "\r"
@@ -269,7 +269,7 @@ rows_text:
269269
db "\r(0<>0)|0 00 00 00 ", $1F
270270
db "\r(0<>1)|0 11 00 10 ", $1F
271271
db "\r(1<>1)|0 00 00 00 ", $1F
272-
db "\r(0<>0)|1 11 11 11 ", $1F
272+
db "\r(0<>0)|1 11 11 01 ", $1F
273273
db "\r(0<>1)|1 11 11 11 ", $1F
274274
db "\r(1<>1)|1 11 11 11 ", $1F
275275
footer_text:

Z80 XCF Flavor.sna

0 Bytes
Binary file not shown.

Z80 XCF Flavor.tap

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)