Changes of Revision 2

libretro-mame2003.changes Changed
x
 
1
@@ -1,4 +1,11 @@
2
 -------------------------------------------------------------------
3
+Sat Jun 06 10:33:09 UTC 2020 - i@guoyunhe.me
4
+
5
+- Update to version 0~git20200518:
6
+  * Update
7
+  * fix cheat input dip switch option
8
+
9
+-------------------------------------------------------------------
10
 Sun Feb 09 13:59:30 UTC 2020 - i@guoyunhe.me
11
 
12
 - Update to version 0~git20200112:
13
libretro-mame2003.spec Changed
10
 
1
@@ -17,7 +17,7 @@
2
 
3
 
4
 Name:           libretro-mame2003
5
-Version:        0~git20200112
6
+Version:        0~git20200518
7
 Release:        0
8
 Summary:        MAME 2003 libretro core for arcade emulation
9
 License:        NonFree
10
_servicedata Changed
9
 
1
@@ -1,4 +1,4 @@
2
 <servicedata>
3
 <service name="tar_scm">
4
                 <param name="url">https://github.com/libretro/mame2003-libretro.git</param>
5
-              <param name="changesrevision">82596014905ad38c80c9eb322ab08c625d1d92cd</param></service></servicedata>
6
\ No newline at end of file
7
+              <param name="changesrevision">0e8554e99c5b7525e76b43a4a1861c10d0e89473</param></service></servicedata>
8
\ No newline at end of file
9
libretro-mame2003-0~git20200112.tar.xz/Makefile -> libretro-mame2003-0~git20200518.tar.xz/Makefile Changed
10
 
1
@@ -661,7 +661,7 @@
2
 OBJECTS := $(SOURCES_C:.c=.o) $(SOURCES_ASM:.s=.o)
3
 
4
 OBJOUT   = -o
5
-LINKOUT  = -o
6
+LINKOUT  = -o 
7
 
8
 ifneq (,$(findstring msvc,$(platform)))
9
    OBJOUT = -Fo
10
libretro-mame2003-0~git20200112.tar.xz/src/mame2003/mame2003.c -> libretro-mame2003-0~git20200518.tar.xz/src/mame2003/mame2003.c Changed
10
 
1
@@ -217,7 +217,7 @@
2
   init_default(&default_options[OPT_FRAMESKIP],           APPNAME"_frameskip",           "Frameskip; 0|1|2|3|4|5");
3
   init_default(&default_options[OPT_CORE_SYS_SUBFOLDER],  APPNAME"_core_sys_subfolder",  "Locate system files within a subfolder; enabled|disabled"); /* This should be probably handled by the frontend and not by cores per discussions in Fall 2018 but RetroArch for example doesn't provide this as an option. */
4
   init_default(&default_options[OPT_CORE_SAVE_SUBFOLDER], APPNAME"_core_save_subfolder", "Locate save files within a subfolder; enabled|disabled"); /* This is already available as an option in RetroArch although it is left enabled by default as of November 2018 for consistency with past practice. At least for now.*/
5
-  init_default(&default_options[OPT_Cheat_Input_Ports],   APPNAME"_cheat_input ports",   "Dip switch/Cheat input ports; disabled|enabled");
6
+  init_default(&default_options[OPT_Cheat_Input_Ports],   APPNAME"_cheat_input_ports",   "Dip switch/Cheat input ports; disabled|enabled");
7
   init_default(&default_options[OPT_Machine_Timing],      APPNAME"_machine_timing",      "Bypass Timing Skew (Restart core); disabled|enabled");
8
   init_default(&default_options[OPT_end], NULL, NULL);
9
   set_variables(true);
10