Fixed bugs that were preventing NVR and Flash files from behind saved;

A lot of clean ups from waltje;
Start of a directory structure for the code, thanks to waltje.
This commit is contained in:
OBattler
2017-05-06 17:48:33 +02:00
parent e2a717deae
commit f6612fb33b
344 changed files with 2011 additions and 1870 deletions

View File

@@ -3,16 +3,15 @@
*/
#include <stdint.h>
#include <stdio.h>
#include "ibm.h"
#include "cdrom.h"
#include "cpu.h"
#include "cpu/cpu.h"
#include "io.h"
#include "mem.h"
#include "rom.h"
#include "model.h"
#include "mouse.h"
#include "mouse_ps2.h"
#include "io.h"
#include "rom.h"
#include "cdrom.h"
#include "acerm3a.h"
#include "ali1429.h"
@@ -64,14 +63,14 @@
#include "sis496.h"
#include "sis85c471.h"
#include "sio.h"
#include "sound_ps1.h"
#include "sound_pssj.h"
#include "sound_sn76489.h"
#include "sound/snd_ps1.h"
#include "sound/snd_pssj.h"
#include "sound/snd_sn76489.h"
#include "tandy_eeprom.h"
#include "tandy_rom.h"
#include "um8669f.h"
#include "vid_pcjr.h"
#include "vid_tandy.h"
#include "video/vid_pcjr.h"
#include "video/vid_tandy.h"
#include "w83877f.h"
#include "wd76c10.h"
#include "xtide.h"