mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
The SMC FDC37C665 Super I/O chip's IDE handler is now disabled for the Rise Computer R418 (the real board by passes that chip's IDE and uses the SiS 496B IDE controller so this is correct and not a hack), fixes hard disks disappearing on soft reset.
6 lines
110 B
C
6 lines
110 B
C
/* Copyright holders: Tenshi
|
|
see COPYING for more details
|
|
*/
|
|
void trc_init(void);
|
|
void sio_init(int card);
|