diff options
| author | LLLL Colonq <llll@colonq> | 2024-05-07 20:00:17 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-05-07 20:00:17 -0400 |
| commit | 9167b9ca9e5de8fddda016fb99a7d926625233bb (patch) | |
| tree | 0346c104c11bf84bacdf83aaacd772f918013f6c /fig-emulator-gb/src/Fig/Emulator/GB/Component/Interrupt.hs | |
| parent | a81c92dc2cdff02c55fdc197d943bc7a35c64be5 (diff) | |
fb-emulator-gb: It's not as slow
Diffstat (limited to 'fig-emulator-gb/src/Fig/Emulator/GB/Component/Interrupt.hs')
| -rw-r--r-- | fig-emulator-gb/src/Fig/Emulator/GB/Component/Interrupt.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
