PDA

View Full Version : Chip-8 Emulator



HomerSp
February 24th, 2007, 12:41
Hey all.
I just thought I'd release this Chip-8 emulator I ported last night.
It's nothing fancy, but it does what it should. I also included a simple file brower so you can select any game you want.
It uses the D-pad and the X, O etc for input so in some games you might have to search through the buttons to find what each one of them does :P

You can return to the file browser at any time by pressing the START button.

I included quite a few PD roms so you don't have to search for roms.

Download and Give Feedback Via Comments

aTomIC
February 24th, 2007, 12:56
Nice work :)

Edit:
It works but i could not load any roms from the /games folder.

=Trojan=
February 24th, 2007, 13:24
I can see quite a few of these emulators being released

Buddy4point0
February 24th, 2007, 13:42
i think that this might have some potential but its really nothing now

S34MU5
February 24th, 2007, 13:48
this is what the were on about on IRC i see now :)

HomerSp
February 24th, 2007, 13:55
Nice work :)

Edit:
It works but i could not load any roms from the /games folder.

X = Select.

And no, this doesn't have any potential to become better since I'm not going to spend any more time on it. It was mostly for learning experience but I thought, heck why not release? Some people might enjoy it.

Buddy4point0
February 24th, 2007, 14:34
o lol ok

buildit92
February 24th, 2007, 15:32
sorry to ask but what a chip-8

HomerSp
February 24th, 2007, 16:35
http://en.wikipedia.org/wiki/Chip-8

gunntims0103
February 24th, 2007, 18:33
great work. Always good to see a emu dev come on the scene.

Is a source included? I've been trying to port a emulator for a long time.I have to rewrite the graphical and control output. The makefile comes out good enough i suppose. If i can peak at the source that would be great. Would really help me on future developments. :)

zx-81
February 24th, 2007, 18:50
So many chip8 emulator port in a very few days :) ! Keep up the good work :)

HomerSp
February 24th, 2007, 18:54
So many chip8 emulator port in a very few days :) ! Keep up the good work :)

Thanks :D I'm having a look at the Z80 processor now. But I don't really understand everything.. Like the flags. Do you know any good tutorial that explains it? And how to do it in C?

Just uploaded the source code for anyone who wants to have a look at it ;)

gunntims0103
February 24th, 2007, 19:23
Just uploaded the source code for anyone who wants to have a look at it ;)

Thanks alot homerSP :)

zx-81
February 24th, 2007, 21:01
Thanks :D I'm having a look at the Z80 processor now. But I don't really understand everything.. Like the flags. Do you know any good tutorial that explains it? And how to do it in C?

There are already so many z80 emulators you have the choice (http://www.zophar.net/z80.html). If you want to begin a z80 emulator from scratch, i'm sure you can find complete z80 datasheet on the web ...



Just uploaded the source code for anyone who wants to have a look at it ;)

Nice, i'm sure it will be helpful for many coders who want to port something to the PSP.

ACID
February 24th, 2007, 22:46
Very nice work man keep it up.