captain-amygdala / pistorm

68k Hardware Emulator
MIT License
737 stars 103 forks source link

Fix m68k_write_memory_16() and m68k_write_memory_32() in emulator.c #54

Closed apolkosnik closed 2 years ago

apolkosnik commented 2 years ago

Fixes are needed for the implementations of m68k_write_memory_16() and m68k_write_memory_32() in emulator.c that have parameters to pswrite*() in a wrong order.

apolkosnik commented 2 years ago

Fix is in https://github.com/captain-amygdala/pistorm/pull/53