From 916eb982895127b348c4d3cdbfef2e6d5088097f Mon Sep 17 00:00:00 2001 From: redcode Date: Tue, 23 Aug 2022 03:20:13 +0200 Subject: [PATCH] `test-Z80` improvements. --- sources/test-Z80.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/test-Z80.c b/sources/test-Z80.c index 70dedd8..2fb179b 100644 --- a/sources/test-Z80.c +++ b/sources/test-Z80.c @@ -661,9 +661,9 @@ int main(int argc, char **argv) puts( "Usage: test-Z80 [options] (--all | ...)\n" "\n" "Options:\n" - " -V, --verbosity (0..4) Set the verbosity level (the default level is 4).\n" - " -0, --in-even <0..255> Set the 8-bit value to be read from even I/O ports.\n" - " -1, --in-odd <0..255> Set the 8-bit value to be read from odd I/O ports.\n" + " -V, --verbosity (0..4) Set the verbosity level (default: 4).\n" + " -0, --in-even (0..255) Set the byte read from even I/O ports (default: 191).\n" + " -1, --in-odd (0..255) Set the byte read from odd I/O ports (default: 255).\n" " -a, --all Run all tests.\n" " -h, --help Show this help message.\n" " -m, --model Specify the CPU model to emulate.\n"