John O'Reilly
07/15/2023, 10:04 AMresources)?John O'Reilly
07/15/2023, 11:25 AMresource() (trying it out here with chip-8 KMP sample)
private suspend fun getRomData(gameName: String): ByteArray {
return resource("Space Invaders [David Winter].ch8").readBytes()
}