Commit Graph

20 Commits

Author SHA1 Message Date
Matt Nadareski
a1d81a8e5f Wire up a whole bunch of stuff on read 2020-08-23 21:10:29 -07:00
Matt Nadareski
2576e22c85 Add a remaining ListXML-specific objects
Also fixes the usage of some other objects, adds proper objects for certain cases, and adds a bunch of TODOs around the new objects. There will be a lot of overhauls needed to properly support things like Devices and Slots
2020-08-23 15:34:42 -07:00
Matt Nadareski
d4be402380 Change Supported to Enum 2020-08-22 13:31:13 -07:00
Matt Nadareski
93b774b69a Wire up remaining OpenMSX DatItem fields 2020-08-21 23:48:35 -07:00
Matt Nadareski
c3cde1f8e2 Wire up remaining OpenMSX machine fields 2020-08-21 17:27:11 -07:00
Matt Nadareski
755b6f030b Wire up partial support for dipswitches 2020-08-21 16:48:56 -07:00
Matt Nadareski
b01217cffb Wire up value and loadflag for SL 2020-08-21 14:20:17 -07:00
Matt Nadareski
e9ca2658bb Wire up area width, endianness for SL 2020-08-21 13:31:22 -07:00
Matt Nadareski
6004bbaad9 Wire up SoftwareList sharedfeat 2020-08-21 13:03:38 -07:00
Matt Nadareski
bcd765b375 Wire up Logiqx TruRip/EmuArc fields 2020-08-20 22:42:04 -07:00
Matt Nadareski
d90e9ee8a1 Wire up remaining AttractMode fields 2020-08-20 21:15:37 -07:00
Matt Nadareski
419ea5ce31 Move to MergingFlag 2020-08-20 20:38:29 -07:00
Matt Nadareski
e65b45b80f MachineType is common, add Logiqx header values 2020-08-20 15:39:32 -07:00
Matt Nadareski
c3781b3397 Normalize with SeparatedValue 2020-08-20 14:48:49 -07:00
Matt Nadareski
4a6a3699e7 Support more AttractMode fields 2020-08-20 14:36:36 -07:00
Matt Nadareski
a84314684f Move flags, logging 2020-08-01 22:10:29 -07:00
Matt Nadareski
af0931c0f6 Diff, determination, enum cleanup 2020-08-01 21:42:28 -07:00
Matt Nadareski
e23596983a Add support for inverted CRC flag 2020-07-28 17:00:19 -07:00
Matt Nadareski
334e1c4585 Filter Abstraction (#25)
* Add category, back filters by dictionary

* Complete internal filter set

* Fix AreaSize filter

* Populate filter object the hard way

* Manipulation flags should not be filters

* None of them need to be public

* Convert to partial helper method

* Better method use

* Field, not string; no dictionary

* Add FilterTo method for later

* More naming options (easier conversion)

* Update README
2020-07-18 21:35:17 -07:00
Matt Nadareski
4e406604c2 Remove .NET Framework 4.6.2/4.7.2 (#24)
* Remove < .NET 4.8, general cleanup

* Abstract

* Tango

* Banner

* Scan no more

* Common

* Application

* Access

* Filter-feeder

* Graffiti

* Paint-over

* Law and Order

* XOR-o

* Unused staircase

* Maybe

* Maybe not

* Delete this

* The word is "no"

* Emit

* Improper

* Aye aye

* Fence

* Barrier

* Monkey

* Pail

* Lines
2020-07-15 09:41:59 -07:00