summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/data/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* -plugins.data: Reworked the code substantialy. Vas Crabb2022-06-251-10/+10
| | | | | | | | | | | | | | | | * Use the plugin data folder for storing the cache. The history folder may be read-only or shared with different configurations. * Don't create the cache database or surrounding folder if there's nothing to store in it. * Actually use prepared queries multiple times rather than always destroying them after a single use. * Added proper error checking for most database operations. * Improved query performance by avoiding outer joins and table scans. -bus/nubus: Made the Macintosh Display Cards map the blue channel to white with monochrome monitors. Also added logging for PLL configuration to help debug how CRTC and RAMDAC clocks work in the future.
* Mac-related emulation fixes: Vas Crabb2022-06-201-52/+60
| | | | | | | * bus/nubus: Started emulating SuperMac Spectrum/8 CRTC. * bus/nubus: Respect Apple 4•8 screen base register. * cpu/m68000: Fixed disassembly of bit field extract instructions. * Also cleaned up data plugin a little.
* plugins: Use SPDX short identifiers for licenses in exports (more precise ↵ Vas Crabb2021-10-251-1/+1
| | | | and easier to localise), use CC0 for hiscore plugin rather than CC0.
* luaengine: add basic table return support (nw) cracyc2016-11-021-6/+2
|
* ui/datmenu: fix in game menu data view (nw) cracyc2016-09-071-4/+4
|
* ui: remove datfile_manager (nw) cracyc2016-09-061-2/+27
|
* ui/selgame: get dat info from plugin [Carl] cracyc2016-09-051-0/+60
plugins/data: add data plugin [Carl]