The CPU tries to read data in a tight loop, so there must be
some way for it to be halted until data is ready. The current
solution works good enough to boot CP/M.
Also:
- Change FDC to KR1818VG93
- Change disk format from 3.5" to 5.25"
- Add single sided disk format
- Add softlist
Specifically, this simplifies that change by collapsing the newly
introduced enum info_xml_creator::devices_disposition into a bool, more
resembling what was there before.
It occurred to me that having a tristate was unnecessary, because the
need for filtering could be expressed by a null std::function for the filter
--------------
Mephisto [hap, Berger]
Mephisto II [hap, Berger]
Mephisto III [hap, Berger]
New working clone added
---------------
Mephisto Amsterdam (older) [Berger]
Mephisto London 16 Bit [Berger]
* Creating an -attach_window command line parameter on Windows to attach
to an existing window
* Moved -attach_window option to Windows-specific code
* Created an osd_set_aggressive_input_focus() function and exposed to LUA
* Created a dummy implementation of osd_set_aggressive_input_focus() for
SDL
* New NOT_WORKING software list addition
-----------------------------
Scooby-Doo! - A Night of Fright is no Delight (V.Smile Smartbook) [TeamEurope]
* Add notes about V.Baby games (nw)
* Typo (nw)
* Add notes about soon-to-be-dumped carts (nw)
* vsmileb_cart.xml: Normalized region names with other V.Smile softlists (nw)
* 4AM releases to August 2nd, 2019 (nw)
Won't fall behind...
* Updated with 4AM releases from August 3rd, 2019 (nw)
* Add Castle Wolfenstein 06-84 (nw)
* Cleanly Cracked: Back Aid and Beyond Castle Wolfenstein (nw)
* 4AM released a few more things tonight.. (nw)
* Morning of August 4th, 2019 releases from 4AM. (nw)
- The two variations of output() no longer duplicate logic
- No longer relying on driver_enumerator::config() to create
machine_config objects. Because driver_enumerator would cache all
objects created, we would needlessly hog memory