Skip to content

Commit 357926d

Browse files
committed
updated README
1 parent c773f4f commit 357926d

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

README.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ useful during further development. To quickly add a ROM to the database:
345345

346346
> gopher2600 regress add roms/Pitfall.bin
347347

348-
By default, this adds a "screen digest" of the first 10 frames of the named ROM. We can alter the
348+
By default, this adds a "video digest" of the first 10 frames of the named ROM. We can alter the
349349
number of frames, and also other parameters with `regress add` mode flags. For example, to run for
350350
100 frames instead of 10:
351351

@@ -357,23 +357,26 @@ file instead of a rom:
357357

358358
> gopher2600 regress add recording_Pitfall_20200201_093658
359359

360+
Consult the output of `gopher2600 regress add -help` for other options.
361+
360362
#### Listing
361363

362364
To listing all previously add tests use the "list" sub-mode:
363365

364366
> gopher2600 regress list
365-
> 000 [digest/video] player_switching [AUTO] frames=10 [NUSIZ]
366-
> 001 [digest/video] NUSIZTest [AUTO] frames=10 [NUSIZ]
367-
> 002 [digest/video] testSize2Copies_A [AUTO] frames=10 [NUSIZ]
368-
> 003 [digest/video] testSize2Copies_B [AUTO] frames=10 [NUSIZ]
369-
> 004 [digest/video] player8 [AUTO] frames=10 [NUSIZ]
370-
> 005 [digest/video] player16 [AUTO] frames=10 [NUSIZ]
371-
> 006 [digest/video] player32 [AUTO] frames=10 [NUSIZ]
372-
> 007 [digest/video] barber [AUTO] frames=10 [NUSIZ]
373-
> 008 [digest/video] test1.bas [AUTO] frames=10 [TIMER]
374-
> 009 [digest/video] test2.bas [AUTO] frames=10 [TIMER]
375-
> 010 [playback] playback_player_20200127_172838 [HMOVE/BAD THINGS]
376-
> Total: 11
367+
> 000 [video] player_switching [AUTO] frames=10 [NUSIZ]
368+
> 001 [video] NUSIZTest [AUTO] frames=10 [NUSIZ]
369+
> 002 [video] testSize2Copies_A [AUTO] frames=10 [NUSIZ]
370+
> 003 [video] testSize2Copies_B [AUTO] frames=10 [NUSIZ]
371+
> 004 [video] player8 [AUTO] frames=10 [NUSIZ]
372+
> 005 [video] player16 [AUTO] frames=10 [NUSIZ]
373+
> 006 [video] player32 [AUTO] frames=10 [NUSIZ]
374+
> 007 [video] barber [AUTO] frames=10 [NUSIZ]
375+
> 008 [video] test1.bas [AUTO] frames=10 [TIMER]
376+
> 009 [video] test2.bas [AUTO] frames=10 [TIMER]
377+
> 010 [video] test3.bas [AUTO] frames=10 [TIMER]
378+
> 011 [video] test4.bas [AUTO] frames=10 [TIMER]
379+
> Total: 12
377380

378381
#### Running
379382

@@ -399,6 +402,8 @@ The database is called `setupDB` and is located in the project's configuration d
399402
of the database is described in the setup package. Here is the direct link to the source
400403
level documentation: https://godoc.org/github.com/JetSetIlly/Gopher2600/setup
401404

405+
This area of the emulation will be expanded upon in the future.
406+
402407
## Gopher2600 Tools
403408

404409
See the https://github.com/JetSetIlly/Gopher2600-Utils/ repository for examples of tools

0 commit comments

Comments
 (0)