Switch to full style
Libraries, utilities, bootloaders...
Post a reply

Re: A gamebuino "emulator" ?

Tue Apr 29, 2014 9:28 am

Hark0 wrote:Can you share this app? 8-)


Here it is:

https://github.com/33d/gbsim

There's a catch: you need to build it!

Re: A gamebuino "emulator" ?

Tue Apr 29, 2014 9:56 am

Thanks!!!

;D

Re: A gamebuino "emulator" ?

Tue Apr 29, 2014 10:28 am

Good job guys, an emulator/simulator will be great for developing!

Re: A gamebuino "emulator" ?

Tue Apr 29, 2014 12:13 pm

erico wrote:Good job guys, an emulator/simulator will be great for developing!



All credit goes to @Deneth ;)

Re: A gamebuino "emulator" ?

Tue Apr 29, 2014 5:37 pm

Deneth wrote:
Hark0 wrote:Can you share this app? 8-)


Here it is:

https://github.com/33d/gbsim

There's a catch: you need to build it!


Wow...

May you could give me a short advice, how to get it running?

@edit1: How to switch the connection from serial to the Emu?

@edit2: Here is a screenshot of the Problem:
Image
http://s27.postimg.org/q0itaezfn/beileind.png

Thank you!
Daniel :)

Re: A gamebuino "emulator" ?

Wed Apr 30, 2014 12:11 pm

dotdan wrote:May you could give me a short advice, how to get it running?


It doesn't run in Arduino; it's a separate program which needs to be compiled. I'm running it under Linux, but someone could probably make a WIndows or Mac version with a bit of stuffing around.

I originally wanted to use the Avrora simulator because it was Java based, and wouldn't need compiling for each platform.

Re: A gamebuino "emulator" ?

Wed Apr 30, 2014 2:44 pm

Okey, thanks for your reply ;)

Re: A gamebuino "emulator" ?

Sun May 04, 2014 9:13 am

Because I felt like ruining part of my weekend, I made a Windows build (go to File/Download to download it):

https://drive.google.com/file/d/0B5TrQB ... sp=sharing

To run it, extract the files somewhere, then drag Pong.cpp.elf onto gbsim.exe. For more information, check the readme.

I saw it running on someone else's computer, and noticed that the AVR simulator doesn't have speed control!

Re: A gamebuino "emulator" ?

Sun May 04, 2014 12:27 pm

Yeah Super!

Thanks for the efforts Deneth, I´m sure to give this a go!

Re: A gamebuino "emulator" ?

Sun May 04, 2014 12:39 pm

Yeah! Thanks for the win version compiled!

(Im are just installing a virtual machine, install win, instal cygwin.... ;) )...

Now I try directly your exe. Thanks again!
Post a reply