|
Re: SE/30 video ROM?
|
|
Awesome, thanks. I didn't know about the -nomaximize option.
|
|
Re: SE/30 video ROM?
|
|
I'm running MESS 0.172, compiled from the source code, and running on Windows 7. If I do:
+mess64...
|
|
SE/30 video ROM?
|
|
Are there multiple different versions of the SE/30's video ROM? I'm trying to get SE/30 emulation wo...
|
|
Re: 32-bit memory accesses from 24-bit code
|
|
I've been using the second technique successfully. There were some mistakes in the example code abov...
|
|
Help optimize some 68020/30 assembly code
|
|
I've been hacking on the rom disk driver for the dougg3 rom simm, and implemented support for compre...
|
|
Re: 32-bit memory accesses from 24-bit code
|
|
I just thought of an even easier solution:
{code}
asm void MakeSafeRomPC()
{
// modify the...
|
|
32-bit memory accesses from 24-bit code
|
|
While playing around with the rom disk driver, I discovered a nice way for 24-bit mode code to safel...
|
|
Re: dougg3 ROM SIMM IIsi image hacking
|
|
I finally got everything set up to boot my IIsi from a customized ROM SIMM, and it works! But I have...
|
|
Re: dougg3 ROM SIMM IIsi image hacking
|
|
Thanks so much! That's really interesting. Your tool makes it possible to get extensive compatibilit...
|
|
Re: dougg3 ROM SIMM IIsi image hacking
|
|
Wow, that's a super cool program! If you have a IIsi ROM image handy, could you post the same output...
|