Okay, having some issues compiling the latest. I use the commandline:
Code
make -j5 TARGET=UME NOWERROR=1 PTR64=1
After a while this happens:
Code
src/mame/drivers/dassault.c:458:14: error: 'deco16ic_interface' does not name a
type
src/mame/drivers/dassault.c:469:14: error: 'deco16ic_interface' does not name a
type
src/mame/drivers/dassault.c: In function 'device_t* construct_machine_config_das
sault(machine_config&, device_t*, device_t*)':
src/mame/drivers/dassault.c:516:2: error: 'dassault_deco16ic_tilegen1_intf' was
not declared in this scope
src/mame/drivers/dassault.c:520:2: error: 'dassault_deco16ic_tilegen2_intf' was
not declared in this scope
Compiling src/mame/drivers/dblewing.c...
src/mame/drivers/dassault.c: At global scope:
src/mame/drivers/dassault.c:453:12: warning: 'int dassault_bank_callback(int)' d
efined but not used [-Wunused-function]
make: *** [obj/windows64/mame/drivers/dassault.o] Error 1
make: *** Waiting for unfinished jobs....