I'm trying to implement a new feature that let dump Palette\GFX\Tilemap from F4 Viewer.
I've just downloaded the main branch, and built in Win7 64bit via:
make -j7 SOURCES=src\mame\drivers\dec0.cpp REGENIE=1
After an:
#include "png.h"
and "editing "viewgfx.cpp"'s "gfxset_handle_keys" method this way:
This is not the place to ask for programming help. Only reproducible issues with MAME should be reported. You can ask for help on an appropriate discussion forum.
Hi,
I'm trying to implement a new feature that let dump Palette\GFX\Tilemap from F4 Viewer. I've just downloaded the main branch, and built in Win7 64bit via:
make -j7 SOURCES=src\mame\drivers\dec0.cpp REGENIE=1
After an:
#include "png.h"
and "editing "viewgfx.cpp"'s "gfxset_handle_keys" method this way:
I got:
Just can't figure out how to solve this. Can anybody give me an hint of what's wrong\going on here?
thanks!