ashcroftman Entry: 1 05/20/2002 01:59 AM
| This, a side project of mine, is a object based emulator... In that, it emulates the Z80, but the z80 is an object(type) so, you can emulate as many as you like in one sitting. The memory 'chips' are objects, the gfx chip emulation is an object(With functions, since Blitz doesn't allow classes(Oh that'll be the day...)) meaning people can write their own gfx code if they wish... It's not doing much at the moment(I'm really busy with a proper project..) but I'll put in a few hours here and there... And yes, it was inspired by the other Blitz emulator :)
Oh, almost forgot, it's intended for Gameboy from v1, but alot more after.(well, that's the half-plan..)
|