Zack Buhman 25828417c1 m68k: more sensible stack pointer value
This accidentally worked as long as the Sound CPU program did not do
meaningful stack manipulation. Indeed, none of the Sound CPU programs
I have written so far do anything with the stack.

Despite this "accidentally working" on real hardware, mednafen's m68k
emulation appears to "stall" the Sound CPU when the stack pointer
wraps around to a memory that does not exist.

This table was originally written when I was first learning about the
Saturn "sound block" memory map. I did not know exactly how large the
installed sound RAM was, as the manual mentions 8Mbit, 4Mbit, and
1Mbit as being possibilities. Now that I know the production Saturns
have 4Mbit installed, I am able to come up with a reasonable value for
the stack pointer.
2023-05-16 23:11:05 +00:00
2023-05-16 18:20:57 +00:00
2023-01-26 22:19:55 -08:00
2023-01-23 16:50:42 -08:00
2023-01-23 16:50:42 -08:00
2023-05-16 18:20:57 +00:00
2023-01-23 16:50:42 -08:00
2023-05-16 18:20:57 +00:00
2023-01-09 17:54:50 -08:00
2023-01-24 23:24:56 -08:00
2023-03-12 01:52:51 +00:00
2023-01-07 17:26:49 -08:00
2023-05-07 02:16:38 -07:00
2023-03-12 01:52:51 +00:00
2023-01-28 14:59:01 -08:00
Description
No description provided
MIT 206 KiB
Languages
C 82.7%
Assembly 8.5%
Makefile 7.3%
C++ 1.5%