tomm / fab-agon-emulator

Agon Light, Agon Light 2, Agon Console8 Emulator for Linux, Windows, any system with libSDL
GNU General Public License v3.0
82 stars 19 forks source link

Cleaner merge ElectronOS #44

Closed S0urceror closed 7 months ago

S0urceror commented 7 months ago

Hi Tomm,

I created a cleaner merge with ElectronOS. Also made it up to date with your FAE and ACE main branch.

If all goes well you should see the following when you start with --firmware electron:

image

Regards,

Mario

tomm commented 7 months ago

Thanks Mario,

I get this error trying to build your branch:

make: *** No rule to make target 'AgonElectronHAL/include/ppi-8255.h', needed by 'vdp_electron.o'.  Stop.
S0urceror commented 7 months ago

On my Github in the Electron branch I have continue to make some updates over the week.

I also earlier updated the Makefile to include this: CFLAGS = -Wall -fmax-errors=1 -std=c++11 $(EXTRA_FLAGS) -DUSERSPACE -fPIC -g -I. -I./AgonElectronHAL/include -I./dispdrivers -I./userspace-vdp-gl/src -I./userspace-vdp-gl/src/userspace-platform -I./userspace-vdp-gl/src/dispdrivers

And, have you run make depends before?

S0urceror commented 7 months ago

Thanks for including this into your main branch. I have been using the emulator a lot lately. Helps greatly to reduce development cycles for my just created MSX BIOS/BASIC release.