Merge pull request #2999 from rzero9/patch-5

fmtowns: fix vsync flag read from port cff86, Birdy Soft games now boot
This commit is contained in:
R. Belmont 2018-01-01 20:32:58 -05:00 committed by GitHub
commit 9da18b5704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,9 +268,9 @@ READ8_MEMBER( towns_state::towns_video_cff80_r )
return 0x00;
case 0x06:
if(m_video.towns_vblank_flag != 0)
return 0x10;
return 0x14;
else
return 0x00;
return 0x10;
case 0x16: // Kanji character data
return ROM[(m_video.towns_kanji_offset << 1) + 0x180000];
case 0x17: // Kanji character data