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/ROM.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fig-emulator-gb/src/Fig/Emulator/GB/Component/ROM.hs') 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 -> -- cgit v1.2.3