[Cbios-commits] cbios/configs/openMSX/C-BIOS_MSX2+ hardwareconfig.xml,1.4,1.5
C-BIOS is an open source BIOS for MSX computers.
Status: Alpha
Brought to you by:
mthuurne
|
From: Albert B. <bi...@us...> - 2005-10-14 06:19:21
|
Update of /cvsroot/cbios/cbios/configs/openMSX/C-BIOS_MSX2+ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9405/configs/openMSX/C-BIOS_MSX2+ Modified Files: hardwareconfig.xml Log Message: inverted F4 device which is more common on MSX2+ Index: hardwareconfig.xml =================================================================== RCS file: /cvsroot/cbios/cbios/configs/openMSX/C-BIOS_MSX2+/hardwareconfig.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- hardwareconfig.xml 9 Oct 2005 14:58:32 -0000 1.4 +++ hardwareconfig.xml 14 Oct 2005 06:18:50 -0000 1.5 @@ -110,7 +110,7 @@ <F4Device id="F4Device"> <io base="0xF4" num="1"/> - <inverted>false</inverted> + <inverted>true</inverted> </F4Device> </devices> |