unittester: Cleanups and specification v1.0.0 finalisation

This commit is contained in:
GreaseMonkey
2024-01-08 12:54:31 +13:00
parent 77c4883d0b
commit e5f467918c
3 changed files with 52 additions and 12 deletions

View File

@@ -8,6 +8,8 @@
*
* Debug device for assisting in unit testing.
* See doc/specifications/86box-unit-tester.md for more info.
* If modifying the protocol, you MUST modify the specification
* and increment the version number.
*
*
*
@@ -118,9 +120,6 @@ static bitmap_t *unittester_screen_buffer = NULL;
/* FIXME: This needs a config option! --GM */
static bool unittester_exit_enabled = true;
/* FIXME TEMPORARY --GM */
#define ENABLE_UNITTESTER_LOG 1
#ifdef ENABLE_UNITTESTER_LOG
int unittester_do_log = ENABLE_UNITTESTER_LOG;

View File

@@ -8,6 +8,8 @@
*
* Debug device for assisting in unit testing.
* See doc/specifications/86box-unit-tester.md for more info.
* If modifying the protocol, you MUST modify the specification
* and increment the version number.
*
*
*