FIX: fix typo

This commit is contained in:
-T.K.-
2023-06-13 19:13:19 -07:00
parent c478d056e7
commit 8ddd8f6184

View File

@@ -34,7 +34,7 @@ class WithBootROM(address: BigInt = 0x10000, size: Int = 0x10000, hang: BigInt =
.map(_.copy( .map(_.copy(
address = address, address = address,
size = size, size = size,
hang = hand, hang = hang,
contentFileName = contentFileName contentFileName = contentFileName
)) ))
}) })