Go to file
Angelo Salese 3b6cbfb0e0 Fixed regressed rowscroll effect for Fire Barrel [Angelo Salese]
================================================================

My guess is that the tilemaps of this HW doesn't wrap-around at all, the rowscrolled tiles are supposed to go outside of the screen, 
but the limited area of the tilemaps (512x512) makes them to write inside of the screen again.
I've seen that the Punch-Out driver has tilemap_draw_roz hooked up for remove the wrap-around, 
but isn't better to tie the wrap-around to a enable/disable flag?
2009-02-18 22:26:51 +00:00
docs Minor fix to Shift-F11 description. 2008-10-16 17:01:16 +00:00
src Fixed regressed rowscroll effect for Fire Barrel [Angelo Salese] 2009-02-18 22:26:51 +00:00
.gitattributes Undo premature PinMAME stuff. 2009-02-16 08:39:22 +00:00
makefile Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER 2008-06-26 14:51:23 +00:00