Open angelosa opened 7 months ago
Trying to load installation disk will SIGSEGV MAME at bare boot of it.
By quick gdb glance it seems to roundtrip between i386_device::READ32PL(unsigned int, unsigned char) and i386_device::i386_trap_with_error(int, int, int, unsigned int)
i386_device::READ32PL(unsigned int, unsigned char)
i386_device::i386_trap_with_error(int, int, int, unsigned int)
References:
Trying to load installation disk will SIGSEGV MAME at bare boot of it.
By quick gdb glance it seems to roundtrip between
i386_device::READ32PL(unsigned int, unsigned char)
andi386_device::i386_trap_with_error(int, int, int, unsigned int)