Fixed a compile-breaking comment in the ATI 28800 code.

This commit is contained in:
OBattler
2016-08-02 19:02:19 +02:00
parent 9129395a68
commit 0848260fa4

View File

@@ -156,7 +156,7 @@ void *ati28800_init()
{
uint32_t memory = 512;
ati28800_t *ati28800;
/* if (gfxcard == GFX_VGAWONDERXL) * / memory = device_get_config_int("memory");
/* if (gfxcard == GFX_VGAWONDERXL) */ memory = device_get_config_int("memory");
memory <<= 10;
ati28800 = malloc(sizeof(ati28800_t));
memset(ati28800, 0, sizeof(ati28800_t));