Fixed a mistake in floppy/fdd.c;

Fixed some undeclared variables in floppy/fdd_imd.c;
Moved zip.c/h to disk subfolder;
Fixed the warnings in video/vid_t1000.c.
This commit is contained in:
OBattler
2018-03-06 01:14:38 +01:00
parent 9356ae8bed
commit 22536d8d03
14 changed files with 41 additions and 37 deletions

View File

@@ -366,7 +366,7 @@ static void t1000_cgaline4(t1000_t *t1000)
{
int x, c;
uint8_t dat, pattern;
uint32_t ink0, ink1;
uint32_t ink0 = 0, ink1 = 0;
uint16_t addr;
uint16_t ma = (t1000->cga.crtc[13] | (t1000->cga.crtc[12] << 8)) & 0x3fff;