Author Topic: How to patch mame32 0.94 to .094u1 ?  (Read 6623 times)

Offline RockmanRotties

  • Newbies
  • *
  • Posts: 11
  • Karma: +0/-0
  • Junior Member
How to patch mame32 0.94 to .094u1 ?
« on: March 08, 2005, 04:19:40 PM »
I finished compiling mame32 with everything for 0.94

but

how do I patch it to 94.u1 ? I have diff.exe and patch.exe along with this mame32094u1.diff in the MAME folder where there are src...doc..obj..

I used to type command prompt like this:

cd:\mingw\mame\patch -p1
patching file "src\cheat.c"
Reversed (or previously applied) patch detected! Assume -R? [n]

Whats going on ??

I type Y everything then make winui=1 suffix=32 p4=1 and it compiled it..but when I open mame32.exe and I still see mame32 0.94 anyway instead of mame32 0.94u1. I am confuse.

Offline denzilla

  • Newbies
  • *
  • Posts: 15
  • Karma: +0/-0
  • Junior Member
How to patch mame32 0.94 to .094u1 ?
« Reply #1 on: March 09, 2005, 11:31:16 AM »
try using a fresh source and delete the "obj" folder before compiling.

Offline neo04

  • Jr. Member
  • **
  • Posts: 90
  • Karma: +1/-0
How to patch mame32 0.94 to .094u1 ?
« Reply #2 on: March 09, 2005, 12:42:21 PM »
it is because your file is already patched or different version...

Offline RockmanRotties

  • Newbies
  • *
  • Posts: 11
  • Karma: +0/-0
  • Junior Member
How to patch mame32 0.94 to .094u1 ?
« Reply #3 on: March 09, 2005, 03:14:19 PM »
Yeah I did that already..finally I figured it out before you did replies but thanks for answering anyway ;)