larsbrinkhoff / terminal-simulator

Simulation of VT52 and VT100 terminal hardware.
GNU General Public License v3.0
113 stars 17 forks source link

options: add -h (help), show complete options at usage() #32

Closed avih closed 3 years ago

avih commented 3 years ago

I spent some time initially figuring out what the options were, so this makes them more discoverable.

avih commented 3 years ago

Force-pushed a typo fix Unsage -> Usage.

larsbrinkhoff commented 3 years ago

This is great, thanks! Just some minor comments.

avih commented 3 years ago

No exactly, it goes 2x, 3x, 4x, etc.

Oops.. right. Fixed.

-R is more like "run CP/M executable".

Interesting. I updated the text to something like this, but how is this related to CP/M? as far as I can tell you just take a binary file and execute it on the 8080 after some simple setup?

larsbrinkhoff commented 3 years ago

how is this related to CP/M?

It's only for testing the 8080 CPU. There are a few test suites under the test directory.

larsbrinkhoff commented 3 years ago

Your updates look good, thanks! Merging.

avih commented 3 years ago

Thanks.