diff options
Diffstat (limited to 'fig-emulator-gb/src/Fig/Emulator/GB/Component/ROM.hs')
| -rw-r--r-- | fig-emulator-gb/src/Fig/Emulator/GB/Component/ROM.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fig-emulator-gb/src/Fig/Emulator/GB/Component/ROM.hs b/fig-emulator-gb/src/Fig/Emulator/GB/Component/ROM.hs index bfdc2fb..6aafc46 100644 --- a/fig-emulator-gb/src/Fig/Emulator/GB/Component/ROM.hs +++ b/fig-emulator-gb/src/Fig/Emulator/GB/Component/ROM.hs @@ -20,7 +20,7 @@ instance Pretty ROMError where ] -- | Initialize base ROM (no mapper) from a ByteString -compROM :: (MonadIO m, MonadThrow m) => ByteString -> Component m +compROM :: ByteString -> Component compROM bs = Component { compState = V.fromList $ BS.unpack bs , compMatches = \a -> |
