ikarth / game-boy-rom-generator

Game Boy ROM Generator
MIT License
7 stars 0 forks source link

Loading the generated ROM in an emulator #31

Open ikarth opened 4 years ago

ikarth commented 4 years ago

Once we can generate ROMs by invoking the compiler directly from Python (#30) the next step is to send it to an emulator for automatic playtesting.

We're currently planning on using PyBoy. In theory we should be able to tell it to open generated ROM and play it.