From 9167b9ca9e5de8fddda016fb99a7d926625233bb Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 7 May 2024 20:00:17 -0400 Subject: fb-emulator-gb: It's not as slow --- fig-emulator-gb/src/Fig/Emulator/GB/Component/Interrupt.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fig-emulator-gb/src/Fig/Emulator/GB/Component/Interrupt.hs') diff --git a/fig-emulator-gb/src/Fig/Emulator/GB/Component/Interrupt.hs b/fig-emulator-gb/src/Fig/Emulator/GB/Component/Interrupt.hs index ec5540c..f6ea420 100644 --- a/fig-emulator-gb/src/Fig/Emulator/GB/Component/Interrupt.hs +++ b/fig-emulator-gb/src/Fig/Emulator/GB/Component/Interrupt.hs @@ -14,7 +14,7 @@ instance Pretty InterruptError where , b ] -compInterrupt :: (MonadIO m, MonadThrow m) => Component m +compInterrupt :: Component compInterrupt = Component { compState = () , compMatches = \a -> a == 0xff0f || a == 0xffff -- cgit v1.2.3