A dynamic recompiler block's validity is now separate from its starting code address, should fix most of the known recompiler fatals;
The CD-ROM buffer is now dynamically malloc'd; Did a lot of bugfixing in cdrom.c and scsi_disk.c, Debian 8's modprobe aha1542 and the NT 3.10.404.1 Trantor 310b driver now work; Fixed the IDE IRQ/MIRQ mess and ATAPI DMA transfer length; Fixed the operation of mmutranslate() a bit; Commented out several instances of excess logging; Applied the mainline PCem commit prefetch commit; Readded missing Sound Blaster DSP MIDI behavior and gave it the correct MPU struct; All non-IBM 486 machines now correctly have the VLB flag set.
This commit is contained in:
@@ -7,9 +7,9 @@ uint8_t pci_use_mirq(uint8_t mirq);
|
||||
|
||||
int pci_irq_is_level(int irq);
|
||||
|
||||
void pci_set_mirq(uint8_t mirq, uint8_t channel);
|
||||
void pci_set_mirq(uint8_t mirq);
|
||||
void pci_set_irq(uint8_t card, uint8_t pci_int);
|
||||
void pci_clear_mirq(uint8_t mirq, uint8_t channel);
|
||||
void pci_clear_mirq(uint8_t mirq);
|
||||
void pci_clear_irq(uint8_t card, uint8_t pci_int);
|
||||
|
||||
void pci_reset(void);
|
||||
|
||||
Reference in New Issue
Block a user