Commit Graph

4 Commits

Author SHA1 Message Date
transistor ba298fad64 Minor refactoring 2022-01-08 19:48:04 -08:00
transistor 148b4dcf2c Cleaned up warnings 2021-12-13 12:00:24 -08:00
transistor 39068fec2a Added audio support
It's better than it was but there are still minor drop outs due to
a buffer underrun I think (could be other timing issues related to
the update loop or something else).  Right now, the audio chips
just have some code to produce sine waves for testing.
2021-12-12 15:20:09 -08:00
transistor 9a751e5e90 Sega Genesis coprocessor bus is now working
I've added skeleton devices for the sound chips, and added the bank
register and banked area of ram mapped to the Z80's bus.  Sonic1 will
now run (if the ym2612 device's size is set to 0x1000 instead of 0x04)
2021-12-06 14:51:57 -08:00