* fmtowns_cd.xml: 10 new dumps, 2 replacements
- Added missing floppy images to psydet3r and psydet5r [cyo.the.vile]
- Replaced the lotr2 floppy image with a proper one dumped from the original disk [cyo.the.vile]
New working software list additions
-----------------------------------
AIV - A Ressha de Ikou 4 (1993-12-15 04:00:00) [redump.org, cyo.the.vile]
Emit Vol. 1 - Toki no Maigo (Version 1.30 Release 2.00, 1995-01-20) [redump.org, cyo.the.vile]
Master CD - Fresh Series-you (Ichitarou Model) [redump.org]
Microsoft Windows Version 3.1 L10 [redump.org, cyo.the.vile]
Software Contest Nyuusen Sakuhinshuu 1 (HMC-139A) [redump.org]
Taiken Shiyou! Marty Channel II [redump.org]
Terra Towns II [redump.org]
Towns Magazine Vol. 3 [redump.org]
New not working software list additions
---------------------------------------
Nihongo Linux + JE [redump.org]
Euphony II / MTR V1.1 L20 [redump.org]
Replaced software list items
----------------------------
Nihongo Linux + JE3 [redump.org]
Towns Hyakunin Isshu [redump.org]
Software list items promoted to working
---------------------------------------
Psychic Detective Series Vol. 3 - Aya (DCCS remake) [cyo.the.vile]
Psychic Detective Series Vol. 5 - Nightmare (DCCS remake) [cyo.the.vile]
* fmtowns_cd.xml: added a few memory requirement notes
----------------------------------
Auto Race [hap, Sean Riddle]
Missile Attack (Mattel) [hap, Sean Riddle]
Football (Mattel) [hap, Sean Riddle]
Baseball (Mattel) [hap, Sean Riddle]
Gravity (Mattel) [hap, Sean Riddle]
Made auto-boot script errors and plugin bootstrap errors fatal.
Run auto-boot scripts in a sandbox. Globals can be accessed, but not
set. The sandbox is cleared on hard reset, but not on soft reset.
Added (hopefully) useful to string metafunctions to device_t and
address space that show short names and tags.
Fixed issues in plugins that surface when strict type checking is
enabled, as this means numbers and nil are not automatically converted
to strings. Plugins should be tested with debug builds to check for
this.
Made save item read_block raise an error on invalid arguments rather
than returning an empty string, and made it use luaL_buffer directly
rather than using the helper wrapper.
Changed some more function bindings to use set_function to avoid issues
related to ThePhD/sol2#608, and got rid of some unnecessary lambda
captures.