# Software Information display_name = "NEC - PC-8000 / PC-8800 series (QUASI88)" authors = "Showzoh Fukunaga" supported_extensions = "d88|u88|m3u" corename = "QUASI88" license = "BSD 3-Clause and MAME non-commercial" permissions = "" display_version = "0.6.4" categories = "Emulator" # Hardware Information manufacturer = "NEC" systemname = "PC-8000 / PC-8800 series" systemid = "pc_88" # Libretro Features supports_no_game = "true" savestate = "true" savestate_features = "deterministic" cheats = "true" input_descriptors = "true" memory_descriptors = "true" libretro_saves = "true" core_options = "true" load_subsystem = "true" hw_render = "false" needs_fullpath = "false" disk_control = "false" is_experimental = "false" # Firmware / BIOS firmware_count = 10 firmware0_desc = "n88.rom (Main BIOS)" firmware0_path = "quasi88/n88.rom" firmware0_opt = "false" firmware1_desc = "n88_0.rom (Extension BIOS 1)" firmware1_path = "quasi88/n88_0.rom" firmware1_opt = "false" firmware2_desc = "n88_1.rom (Extension BIOS 2)" firmware2_path = "quasi88/n88_1.rom" firmware2_opt = "true" firmware3_desc = "n88_2.rom (Extension BIOS 3)" firmware3_path = "quasi88/n88_2.rom" firmware3_opt = "true" firmware4_desc = "n88_3.rom (Extension BIOS 4)" firmware4_path = "quasi88/n88_3.rom" firmware4_opt = "true" firmware5_desc = "n88n.rom (N Basic BIOS)" firmware5_path = "quasi88/n88n.rom" firmware5_opt = "true" firmware6_desc = "disk.rom (Sub BIOS)" firmware6_path = "quasi88/disk.rom" firmware6_opt = "true" firmware7_desc = "n88knj1.rom (Kanji Font 1)" firmware7_path = "quasi88/n88knj1.rom" firmware7_opt = "true" firmware8_desc = "n88knj2.rom (Kanji Font 2)" firmware8_path = "quasi88/n88knj2.rom" firmware8_opt = "true" firmware9_desc = "n88jisho.rom (Jisho)" firmware9_path = "quasi88/n88jisho.rom" firmware9_opt = "true" notes = "QUASI88 by Showzoh Fukunaga.|Sound driver by MAME team.|fmgen and PC-8801 pseudo BIOS by cisc.|libretro port by Celerizer.| |BSD 3-Clause License| |Redistribution and use in source and binary|forms, with or without modification, are permitted|provided that the following conditions are met:| |1. Redistributions of source code must retain the| above copyright notice, this list of conditions and| the following disclaimer.| |2. Redistributions in binary form must reproduce the| above copyright notice, this list of conditions and| the following disclaimer in the documentation and/or| other materials provided with the distribution.| |3. Neither the name of the copyright holder nor the| names of its contributors may be used to endorse or| promote products derived from this software without| specific prior written permission.| |THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND|CONTRIBUTORS ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,|INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF|MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE|DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR|CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,|SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT|NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;|LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)|HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN|CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR|OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,|EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." description = "A port of the Quasi88 emulator for NEC's PC-8000 computer platform to libretro. This core supports built-in BIOS and fonts as fallbacks if the user does not supply their own dumps, and it can start using between 0 and 6 disks as content using the subsystem interface. It does not support the disk control interface but instead uses the dpad in conjunction with the L and R shoulder buttons to cycle among disks in the first and second drive positions, respectively."