[Emulator] New! HuExpress for Linux, Haiku, BSD?

hu, cd, scd, acd, supergrafx discussions.
Post Reply
User avatar
kallisti5
Posts: 2
Joined: Tue Aug 27, 2013 4:19 am

[Emulator] New! HuExpress for Linux, Haiku, BSD?

Post by kallisti5 »

Good morning,

I've been working on a new PCEngine emulator. It is mostly a fork of HuGO! with a *lot* of cleanups and modernization.
Some major changes including code reorganization, moving to SDL 2.0, and using OpenGL for the rendering of the PCEngine frame buffer. It supports the HuGO HCD format, and lets you load HCD definitions and PCE roms from within zip files (without extracting).

Code is here: https://github.com/kallisti5/huexpress

I've yet to release the first major version, but am very close (pretty much just need to fix the fullscreen mode)

Full changelog is here:
https://github.com/kallisti5/huexpress/ ... /ChangeLog

If you have the bandwidth, try it out and let me know what you think!

Dependencies:
libsdl 2.0
libttf 2.0
openGL
scons (build system)
libzip
User avatar
MooZ
Site Admin
Posts: 407
Joined: Sun Jun 22, 2008 3:19 pm
Location: Lvl 3
Contact:

Re: [Emulator] New! HuExpress for Linux, Haiku, BSD?

Post by MooZ »

The shared memory struct to access memory and controlling cpu sounds cool.
So... Who want's to code an external debugger? :)
User avatar
kallisti5
Posts: 2
Joined: Tue Aug 27, 2013 4:19 am

Re: [Emulator] New! HuExpress for Linux, Haiku, BSD?

Post by kallisti5 »

Yeah, that was one neat feature HuGO! seemed to have in the works.. I definitely didn't remove it (or change the structure)

HuGO! kind of died off... I wonder if any work on a debugger was done? (I see docs on it, but no actual debugger)
User avatar
MooZ
Site Admin
Posts: 407
Joined: Sun Jun 22, 2008 3:19 pm
Location: Lvl 3
Contact:

Re: [Emulator] New! HuExpress for Linux, Haiku, BSD?

Post by MooZ »

You can try to ask its original author. He is sometimes on efnet #utopiasoft.
Post Reply