* Make more #include guards follow standard format - using MAME_ as the prefix makes it easy to see which ones come from our code in a preprocessor dump, and having both src/devices/machine/foo.h and src/mame/machine/foo.h causes issues anyway
* Get #include "emu.h" out of headers - it should only be the first thing in a complilation unit or we get differences in behaviour with PCH on/off
* Add out-of-line destructors to some devices - it forces the compiler to instantiate the vtable in a certain location and avoids some non-deterministic compiler behaviours
* new machine marked as NOT WORKING
Stakes Winner / Stakes Winner - GI Kinzen Seiha e no Michi (early development board) [ResO]
(SRAM content on board was dead, so most of the porgram is either lost or never existed)
- added Japan NEO-MVH MV1C BIOS [Razoola]
* labels are just v3 in position v3 etc. no 088a (nw)
* hp9k_3xx: add software list
And remove the BASIC rom cards from the default config. As we can boot
from floppy now.
Signed-off-by: Sven Schnelle <svens@stackframe.org>
* change HP to Hewlett-Packard and fix spacing
Signed-off-by: Sven Schnelle <svens@stackframe.org>
- Added new entries from the Neo Kobe Collection:
2601 - Teikoku Kidoubutai no Koubou
3tsu no Negai
714 MIDI Jr.
714 MIDI Special
88 Kantai Monogatari
98 Eiwa Jiten
98 Stadium
98 Stadium 2 - Shouko no Chousen
PC-9801N/NS/NV Teiban Free Software Shuu - 98NOTE no Hissu Aminosan
- Re-tested software entries with current MAME
- Corrected title of "Thousand Cranes". It's actually supposed to be a
person's name (Chizuru), not a literal translation of 千鶴.
- Relabeled disks with their actual names
- Added usage notes for software that needs DOS
- Removed user disks from games where they aren't included in the
original box, and the user is expected to create them
- Removed floppies for CD games that already exist in the CD softlist
- Removed notes stating that the FDD format is not supported, which is
not true anymore
-----------------------------------
ibm5150: DR DOS 6.0 (French), DR DOS 6.0 Business Update (French, 5.25"), DR DOS 6.0 Business Update (French, 3.5") [breiztiger]
ibm5150: PC Games #3, Spontaneous Assembly (Version 2.0) [Foone Turing]
ibm5170: Excel (Version 2.10) [darksabre76]
* pc98_cd.xml & fmtowns_cd.xml: testing + additions
- Re-tested the non-working entries in pc98_cd.xml with the latest
improvements.
- Added Windows NT 3.51 Workstation and Windows NT 4.0 Server to
pc98_cd.xml, both from WinWorld.
- Added Mega Lo Mania to fmtowns_cd.xml. Thanks to DamienD from the
Tokugawa Corporate Forums.
* forgot to mark winnt351 as not working