Rev'ed all video config files to turn off image smoothing (makes the machine screens look sharper, provided your browser supports it)

This commit is contained in:
Jeff Parsons 2016-05-03 12:10:10 -07:00
commit b7639abcec
22 changed files with 31 additions and 27 deletions

View file

@ -6,7 +6,7 @@
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="ibm-basic-1.00.json"/>
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="1981-04-24.json"/>
<keyboard id="keyboard"/>
<video id="videoMDA" screenwidth="720" screenheight="350" charset="ibm-mda-cga.json">
<video id="videoMDA" screenWidth="720" screenHeight="350" smoothing="false" fontROM="ibm-mda-cga.json">
<menu>
<title>Monochrome Display</title>
</menu>