diff options
| author | 2022-08-28 01:12:08 +1000 | |
|---|---|---|
| committer | 2022-08-28 01:12:08 +1000 | |
| commit | 14e058208309fc05f43cd673a8efd7940f6bb08c (patch) | |
| tree | aa88a58626fd907d1361d0a096b73fd1540fe6f6 /scripts | |
| parent | 0c79a0a4ecad705a09aad054a7539090528c90c3 (diff) | |
Miscellaneous fixes:
* util/ioprocsvec.h: Fixed truncating when a write doesn't reach the end
of stream. [F.Ulivi]
* floptool.cpp: Fixed reversed error checking logic. [F.Ulivi]
* Fixed SUBTARGET=tiny build (required Sega encrypted CPUs to be added).
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/tiny.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/target/mame/tiny.lua b/scripts/target/mame/tiny.lua index e1eb60dbcae..c1ee27b7277 100644 --- a/scripts/target/mame/tiny.lua +++ b/scripts/target/mame/tiny.lua @@ -67,6 +67,7 @@ MACHINES["NETLIST"] = true MACHINES["OUTPUT_LATCH"] = true MACHINES["PIT8253"] = true MACHINES["RIOT6532"] = true +MACHINES["SEGACRPT"] = true MACHINES["TICKET"] = true MACHINES["TIMEKPR"] = true MACHINES["TTL74148"] = true |
