mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
Merge pull request #8044 from 987123879113/patch-1
ksys573: Change ATAPI_CYCLES_PER_SECTOR from 5000 to 30000
This commit is contained in:
commit
57ea2eb1b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user