소스 검색

fix configuration and upgrade history file

Ralf S. Engelschall 22 년 전
부모
커밋
4c6f361181
2개의 변경된 파일12개의 추가작업 그리고 12개의 파일을 삭제
  1. 2 2
      xmame/xmame.spec
  2. 10 10
      xmame/xmamerc

+ 2 - 2
xmame/xmame.spec

@@ -38,7 +38,7 @@ Release:      20031026
 #   list of sources
 Source0:      http://x.mame.net/download/xmame-%{version}.tar.bz2
 Source1:      http://www.mame.net/zips/hsdat7.zip
-Source2:      http://fandemame.emu-france.com/files/history071a.zip
+Source2:      http://fandemame.emu-france.com/files/history076b.zip
 Source3:      http://cheat.retrogames.com/cheat.zip
 Source4:      http://www.mame.net/roms/gridlee.zip
 Source5:      http://www.mame.net/roms/polyplay.zip
@@ -63,7 +63,7 @@ AutoReqProv:  no
 %prep
     %setup -q
     %{l_prefix}/bin/unzip -x %{SOURCE hsdat7.zip}
-    %{l_prefix}/bin/unzip -x %{SOURCE history071a.zip}
+    %{l_prefix}/bin/unzip -x %{SOURCE history076b.zip}
     %{l_prefix}/bin/unzip -x %{SOURCE cheat.zip}
 
 %build

+ 10 - 10
xmame/xmamerc

@@ -2,17 +2,17 @@
 ##  xmamerc
 ##
 
-rompath       @l_prefix@/share/xmame
-spooldir      @l_prefix@/var/xmame
+rompath           @l_prefix@/share/xmame
+hiscore_directory @l_prefix@/var/xmame
 
-defaultgame   gridlee
+defaultgame       gridlee
 
-mitshm        1
-xsync         1
-widthscale    1
-heightscale   1
+mitshm            1
+xsync             1
+widthscale        1
+heightscale       1
 
-sound         1
-audiodevice   /dev/dsp
-volume        0
+sound             1
+audiodevice       /dev/dsp
+volume            0