Intel SIO/PIIX/PIIX3 Turbo Reset Control is now properly implemented;
Floppy disk controller is now COMPLETELY reset on hard reset; NukedOPL is now optional (but enabled by default) so people on older hardware can gain a few % of performance by going back to DOSBox OPL; *.CPP files now get all the correct optimization flags applied; Added NEC PowerMate V emulation - you can get into CMOS SETUP but it hangs before booting, and PCI graphics card don't work (yet).
This commit is contained in:
14
src/ibm.h
14
src/ibm.h
@@ -610,3 +610,17 @@ extern int ne2000_do_log;
|
||||
#endif
|
||||
|
||||
extern int suppress_overscan;
|
||||
|
||||
typedef struct PCI_RESET
|
||||
{
|
||||
void (*pci_master_reset)(void);
|
||||
void (*pci_set_reset)(void);
|
||||
void (*super_io_reset)(void);
|
||||
} PCI_RESET;
|
||||
|
||||
extern PCI_RESET pci_reset_handler;
|
||||
|
||||
uint8_t trc_read(uint16_t port, void *priv);
|
||||
void trc_write(uint16_t port, uint8_t val, void *priv);
|
||||
void trc_init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user