Various fixes to the IMD loader - 5.25" 2DD IMD images now work correctly in thin track drives;

A slight fix to TD0 loading;
Ported the small gameport bugfix from VARCem;
Disabled CD-ROM logging.
This commit is contained in:
OBattler
2018-03-19 02:35:11 +01:00
parent d2b5bf9200
commit 895e30bb37
4 changed files with 41 additions and 22 deletions

View File

@@ -8,7 +8,7 @@
*
* Implementation of a generic Game Port.
*
* Version: @(#)gameport.c 1.0.3 2018/03/15
* Version: @(#)gameport.c 1.0.4 2018/03/19
*
* Authors: Miran Grca, <mgrca8@gmail.com>
* Sarah Walker, <tommowalker@tommowalker.co.uk>
@@ -193,7 +193,7 @@ gameport_write(uint16_t addr, uint8_t val, void *priv)
static uint8_t
gameport_read(uint16_t addr, void *priv)
{
gameport_t *p = (gameport_t *)p;
gameport_t *p = (gameport_t *)priv;
uint8_t ret;
timer_clock();