Spirit Airlines Md 82/83 Safety card 2.15.1998
.
#SpiritAirlines #Md80 #SafetyCards #Ephemera #Travel #Aviation #Avgeek
.
#SpiritAirlines #Md80 #SafetyCards #Ephemera #Travel #Aviation #Avgeek
Let's write a basic skeleton driver for MAME and see what happens...
#reverseengineering #mame #flightsim #md80 #hacking #emulation
Time to analyze these even/odd roms. After some bit fiddling with Python, I have a single "interleaved.bin" that can be loaded into Ghidra.
After loading it into Ghidra we can immediately see a first hint - address $0x04 contains a number: 0x7c8.
Beginning of the MC68k memory (first 0x100 bytes) contain a vector table and address 0x04 points to the "entry point".
And if we scroll to the address 0x7c8, we can see valid MC86k code.