Search found 2 matches

Go to advanced search

by smf
Tue Jul 04, 2017 1:10 pm
Forum: MAME Discussion
Topic: Speeding up MAME build with Visual Studio 2015
Replies: 3
Views: 3459

Re: Speeding up MAME build with Visual Studio 2015

You can do:

make vs2015 SOURCES=src\mame\drivers\astrocde.cpp SUBTARGET=gorf

It will create a new .sln file in a different directory (I don't remember off-hand so search for the file). If you build that it should be much quicker.
by smf
Tue Jul 04, 2017 12:21 pm
Forum: MAME Discussion
Topic: VBLANK and interrupt? (debugging my own code for Pac-Man HW)
Replies: 6
Views: 10004

Re: VBLANK and interrupt? (debugging my own code for Pac-Man HW)

It looks like run to next vblank in the debugger is stopping at the start and end of vblank, which is a bug in the debugger that was introduced last year. I just pushed a fix to github. I believe the issue you are seeing is more likely to do with frame rate of pacman not being the same as the frame ...

Go to advanced search