Skip to content

Commit

Permalink
atari:xbios: Keep current function for devices not migrated.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Jul 30, 2014
1 parent 9a599ce commit 016083d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/video/xbios/SDL_xbios.c
Expand Up @@ -253,6 +253,10 @@ static SDL_VideoDevice *XBIOS_CreateDevice(int devindex)
case VDO_STE:
/* Already done as default */
break;
case VDO_TT:
case VDO_F30:
device->SetColors = XBIOS_SetColors;
break;
case VDO_MILAN:
SDL_XBIOS_VideoInit_Milan(device);
break;
Expand Down

0 comments on commit 016083d

Please sign in to comment.