View Single Post
Old 12 March 2014, 20:50   #4
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,519
Done (without GUI support)

linemode=<value>

Code:
static const TCHAR *linemode[] = {
	_T("none"),
	_T("double"), _T("scanlines"), _T("scanlines2p"), _T("scanlines3p"),
	_T("double2"), _T("scanlines2"), _T("scanlines2p2"), _T("scanlines2p3"),
	_T("double3"), _T("scanlines3"), _T("scanlines3p2"), _T("scanlines3p3"),
	0 };
row = none,double,interlaced frames, interlaced frames+
column = normal,non-lace scanlines, non-lace frames, non-lace frames+

(Weird method due to backwards compatibility)
Toni Wilen is offline  
 
Page generated in 0.04222 seconds with 11 queries