Removed a bunch of old #defines. Cleaned up some dead code.

This commit is contained in:
TomW 2015-09-16 19:08:50 +01:00
commit 1e45ba5f34
5 changed files with 17 additions and 24 deletions

View file

@ -120,6 +120,8 @@ void pci_init(int type, int min_card, int max_card)
{
int c;
PCI = 1;
if (type == PCI_CONFIG_TYPE_1)
{
io_sethandler(0x0cf8, 0x0001, NULL, NULL, pci_cf8_read, NULL, NULL, pci_cf8_write, NULL);