Merge pull request #8044 from 987123879113/patch-1

ksys573: Change ATAPI_CYCLES_PER_SECTOR from 5000 to 30000
This commit is contained in:
ajrhacker 2021-06-01 18:21:24 -04:00 committed by GitHub
commit 57ea2eb1b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -389,7 +389,7 @@ G: gun mania only, drives air soft gun (this game uses real BB bullet)
#define LOGJVS(...) LOGMASKED(LOG_JVS, __VA_ARGS__)
#define LOGIOBOARD(...) LOGMASKED(LOG_IOBOARD, __VA_ARGS__)
#define ATAPI_CYCLES_PER_SECTOR ( 5000 ) // plenty of time to allow DMA setup etc. BIOS requires this be at least 2000, individual games may vary.
#define ATAPI_CYCLES_PER_SECTOR ( 30000 ) // plenty of time to allow DMA setup etc. BIOS requires this be at least 2000, individual games may vary.
/*
* Class declaration for sys573_jvs_host