OSDN Git Service

[VM][FMTOWNS][CDROM] Re-Disable value handling around command 80h.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 26 Sep 2020 15:32:11 +0000 (00:32 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 26 Sep 2020 15:32:11 +0000 (00:32 +0900)
source/src/vm/fmtowns/towns_cdrom.cpp

index ed64fe1..ef3fa4e 100644 (file)
@@ -568,6 +568,7 @@ void TOWNS_CDROM::execute_command(uint8_t command)
                                status_media_changed(false);
                                break;;
                        }
+#if 0                  
                        if(toc_table[current_track].is_audio) {
 //                             if((param_queue[0] == 0x08)) {
                                        switch(prev_command & 0x9f)
@@ -634,9 +635,10 @@ void TOWNS_CDROM::execute_command(uint8_t command)
                                } else {
                                        status_accept(0, 0x00, 0x00);
                                }
-                               }
+                       }
+#endif
 //                     stat_reply_intr = true;
-//                     status_accept(0, 0x00, 0x00);
+                       status_accept(0, 0x00, 0x00);
 //                     if(stat_reply_intr) set_mcu_intr(true);
                }
                break;