rafzby / chip8-emulator

CHIP-8 emulator written in java
MIT License
2 stars 2 forks source link

Add menu bar which will allow users load ROM using file browser #5

Closed rafzby closed 7 years ago

rafzby commented 7 years ago

It would be be nice to make it possible to load ROMs using file browser.

pmarco0 commented 7 years ago

I tried to add a menu bar (70eed88), here's the result: https://imgur.com/a/nl8y5 I had to change the software behaviour adding a controller to directly instantiate and terminate a Virtual Machine whenever a new ROM is opened. If you are fine with that i can create a PR. :)

rafzby commented 7 years ago

@pmarco0 Looks fine to me, you can create a PR :)