diff options
author | 2021-08-05 09:04:07 +0200 | |
---|---|---|
committer | 2021-08-05 09:04:07 +0200 | |
commit | 4c1ab8885de73ad6127af0274e5345e6e9803f1c (patch) | |
tree | 14f7e5eeff059781a7a584c7057b0859eb5924f7 /src | |
parent | 699f40ef6b982ba451b4e2a7285cd88c4f214f9a (diff) |
ssfindo.cpp: addressed feedback and minor comment update
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/ssfindo.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/ssfindo.cpp b/src/mame/drivers/ssfindo.cpp index 5fff2989521..38981e27766 100644 --- a/src/mame/drivers/ssfindo.cpp +++ b/src/mame/drivers/ssfindo.cpp @@ -17,7 +17,9 @@ TODO: - timing - unknown reads/writes - improve sound hook up - - does ppcar only use the VIDC internal DAC? + - does ppcar only use the VIDC internal DAC? Could also be using just the QS1000 internal ROM and the + wave ROM for music and the DAC for SFX + ************************************************************************************************************* @@ -379,7 +381,6 @@ void ssfindo_state::ssfindo_map(address_map &map) { map(0x00000000, 0x000fffff).rom(); map(0x03200000, 0x032001ff).m(m_iomd, FUNC(arm7500fe_iomd_device::map)); - map(0x032001d8, 0x032001db).nopw(); // 1d8 always 0x10? map(0x03012e60, 0x03012e67).noprw(); map(0x03012fe0, 0x03012fe3).w(FUNC(ssfindo_state::debug_w)); map(0x03012ff0, 0x03012ff3).noprw(); |