]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/tom.h
Fixes for the 68K IRQ system. There's probably a little more to do though.
[virtualjaguar] / src / tom.h
index a484d78775ab9e3dc1306e2c89effbcd67e533de..4d5eae94d2679e62c19c7da22f2c294bb1486163 100644 (file)
--- a/src/tom.h
+++ b/src/tom.h
@@ -38,7 +38,7 @@ uint16 TOMGetVDB(void);
 //uint16 tom_get_scanline(void);
 //uint32 tom_getHBlankWidthInPixels(void);
 
-int    TOMIRQEnabled(int irq);
+int TOMIRQEnabled(int irq);
 uint16 TOMIRQControlReg(void);
 void TOMSetIRQLatch(int irq, int enabled);
 void TOMExecPIT(uint32 cycles);