Advertisement
Guest User

Untitled

a guest
Mar 26th, 2020
712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. commit 46c740ff19f34186b4f8180fbe0603f684dc5ab0
  2. Date: Fri Mar 27 00:22:12 2020 +0100
  3.  
  4. add neogeo unibios 3.2, 3.3 and 4.0
  5.  
  6. commit 9e61f3b27aa2f7ea10a5a0d1418ff0baf89a4d64
  7. Date: Wed Mar 25 09:32:25 2020 +0100
  8.  
  9. 0.90.2, and no_asm forces building the C 6502 emu.
  10.  
  11. commit 96089e499387b9f4f81524a2d38aa9d7d91db02c
  12. Date: Wed Mar 25 08:28:08 2020 +0100
  13.  
  14. teach the curl part to retrieve the parent rom
  15.  
  16. useful for neogeo roms on a fresh installation, it didn't know how to
  17. retrieve the neogeo bios previously unless you tried to load it
  18. explicitely, now it works, it retrieves 1st the game, then the bios.
  19.  
  20. commit 752b9c9d1dece9cc4ba57621ccc067135eebd504
  21. Date: Tue Mar 24 21:11:12 2020 +0100
  22.  
  23. make curl optional when building raine
  24.  
  25. it's something I hesitated to do, but it requires 7 dlls in windows !
  26. So it might be a good idea to give at least the option... !
  27.  
  28. commit 4abe35d255403a8eb9681c315fb5420606e64abd
  29. Date: Tue Mar 24 21:08:30 2020 +0100
  30.  
  31. japenese names in utf8
  32.  
  33. these have been broken for ages anyway, it was related to some
  34. mysterious encoding used by allegro in dos. Now we have the possiblity
  35. to have them readable directly in the source, the problem is how to
  36. handle this ? I would probably need someone who can read this before
  37. using it... ! I commit it anyway, might be useful later...
  38.  
  39. commit 64da753a1be26ce5d55c79e20607fd70cedd4e10
  40. Date: Tue Mar 24 14:52:24 2020 +0100
  41.  
  42. fix some warnings when building no_asm version
  43.  
  44. commit d1df0e8b5e2b0b636bc4b597105300cc2666c994
  45. Date: Tue Mar 24 14:50:51 2020 +0100
  46.  
  47. big update to ease the cross compilation to mingw32
  48.  
  49. it now uses a target define inside the makefile, with the 2 default
  50. targets for arch linux, you just have to uncomment one of these 2 and
  51. the rest is automatic !
  52. Also added a few checks for some commands
  53.  
  54. commit c5733d561e6195a6ca1b18c025d5f369c376dcc8
  55. Date: Sat Jan 25 23:38:52 2020 +0100
  56.  
  57. Musashi not a submodule anymore
  58.  
  59. There is a slight change for raine which was never merged in Musashi,
  60. and the reverse is also true, I don't need all the code for the fpu and
  61. the exotic variants of the 680xx cpus, so it's easier to have a separate
  62. directory here now.
  63.  
  64. commit ff1322ef977c626af6719174168ce4e7d4bbf829
  65. Date: Sat Jan 25 22:53:46 2020 +0100
  66.  
  67. a forgotten file for 0.90.0 and 0.90.1 release !
  68.  
  69. commit 63d2b5577c42ea272f81b4e257bce7ebe60bb1ce
  70. Date: Fri Nov 29 11:33:11 2019 +0100
  71.  
  72. bubblem script to go to level 10 !
  73.  
  74. commit 1b2f785f00e584d6eecf050c79146190968a8b29
  75. Date: Fri Nov 29 11:06:19 2019 +0100
  76.  
  77. tconsole: fix a problem with cons->print()
  78.  
  79. related to strcpy when the difference between src & dst is only 1. Using
  80. memcpy instead fixes it !
  81. This seems related to a very recent glibc version, happens only in
  82. linux!
  83.  
  84. commit 34d506b9ddc80c3c22a9467e94b29337c979d00d
  85. Date: Fri Nov 29 00:08:53 2019 +0100
  86.  
  87. a very hard to find typo error
  88.  
  89. which broke the speed hacks for the 68020 when using uae !
  90.  
  91. commit f83e1b6a93d1ea217733413d1343f0086b20d2c9
  92. Date: Thu Nov 28 23:42:37 2019 +0100
  93.  
  94. console: fix search with range in where argument
  95.  
  96. commit 78118cf87a12478aee0178c6a3b8af3b40402466
  97. Date: Thu Nov 21 14:21:22 2019 +0100
  98.  
  99. namco: save sound_enable
  100.  
  101. commit e101e9c82a97fb442e12da22f56333496d3d0500
  102. Date: Thu Nov 21 10:51:58 2019 +0100
  103.  
  104. pengo: fill rom with bf and not ff
  105.  
  106. it's said it was verified by mame and the ghosts are really slowing down
  107. in tunnels with this. Not sure about that, but the new parts in mspac6m
  108. 2nd level look better with bf, what a weird way to code a rom anyway !
  109.  
  110. commit 4153add49e048320423a415304b416ee81cc2e49
  111. Date: Wed Nov 20 17:53:03 2019 +0100
  112.  
  113. pengo.c: fix sprites coordinates and reads out of rom
  114.  
  115. sprites coordinates for the ghosts entering the tunels
  116. the reads out of rom are what made the mspac6m pills of level 2 to
  117. disappear !
  118.  
  119. commit 9e4ef6c5199208537b463fd7b92a58ed1c91e200
  120. Date: Wed Nov 20 13:49:54 2019 +0100
  121.  
  122. fix possible crash in mspacman/pacman25
  123.  
  124. actually it seems to happen only in windows, and it's related to a read
  125. outside the rom limits
  126.  
  127. commit d6f1a775bee0548d7860e0ea86caf80dd94ef702
  128. Date: Wed Nov 20 08:44:20 2019 +0100
  129.  
  130. zerozone: unused variable since converting to mapped colors
  131.  
  132. commit 9ae4fd8f6de2cce3dc85b9cdef74f5f520bb8dee
  133. Date: Wed Nov 20 08:44:00 2019 +0100
  134.  
  135. no raine32 in 64 bits
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement