Saturday, August 8, 2009

Project site updated

I've updated the project's web-site. There you can find the full binary package of the JG40 Assembler and the JG40 Emulator, including examples and 3 "full" games. :P
Check it at: http://dgm.6te.net/
I'm looking forward to see if anyone gets interested in coding a game for my JG40, and I'll post the full source-code of the assembler and emulator if I am requested to.

Saturday, April 18, 2009

JG40

Long time since my last post, again. :)
Well, I finished the emulator. Long time ago, in fact. Everything works fine, as it is supposed to do. I made some examples and a "full game".
I'll soon post the full package of this emulator, including source-code, for those who are interested. :)

Friday, June 13, 2008

The Jg40 emulator

Whoa! Long time since my last post! I've been busy because of the college :D
Ok, I'm doing pretty well with the emulator, as I said I've done the CPU emulator and now it emulates the video part as well. The CPU emulator had some bugs, all of them corrected by now (may have others hehe). Ah, I'm using SDL to the emulator.
Well, the project's still alive. I'll post all the source-codes when I finish it. (All in plain ANSI/C, so I can compile in many platforms.)

Thursday, October 18, 2007

JG40 CPU emulator

Well, yesterday I started (and finished) to write the JG40's CPU emulator. As you should have seen on the specifications, it's very simple. Now I'll start to work the video/sound/controller part of the emulador.
I will post the source-code as I finish it.

Monday, August 20, 2007

JG40 simple assembler

I've finished the JG40's Assembler.
It's a very simple assembler, with some features: includes a maximum of 256 files, binary/hexadecimal/decimal notation, labels, symbols, organization, data declaration (dn/db), binary file inclusion.
You can get the source-code here:


Now, I'll start to work on the emulator! Yay! :D

Wednesday, August 1, 2007

New mini-project

Well, I started a small project. A small brother of Jaguar, a 4-bit handheld. Here you have its specifications:


I intend to learn the common traps and pitfalls in this smaller project before I go on with its more powerful 8-bit brother. The jg40 assembler is almost done, I'll post it here when I finish.


Sunday, July 29, 2007

Main aspects

Well, I've made the principal aspects of the Jaguar.
You can see them here:


The other aspects, like Video and other stuff are already done, except the Sound, but I'm reviewing it.