Adding PCjs's JSON diskette format. Read-only mode ONLY (for installation disks.)

This commit is contained in:
waltje
2017-09-13 01:58:18 -04:00
parent 9923438508
commit c430ea0b0f
8 changed files with 1164 additions and 13 deletions

View File

@@ -12,12 +12,13 @@
* Windows and UNIX systems, with support for FTDI and Prolific
* USB ports. Support for these has been removed.
*
* Version: @(#)win_serial.c 1.0.3 2017/06/04
* Version: @(#)win_serial.c 1.0.4 2017/09/12
*
* Author: Fred N. van Kempen, <decwiz@yahoo.com>
* Copyright 2017 Fred N. van Kempen.
*/
#include <windows.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include "plat_thread.h"