Select the correct memory layout for the Mares Puck Air.

This commit is contained in:
Jef Driesen 2011-07-09 12:19:46 +02:00
parent 608008cd33
commit 5942215cda

View File

@ -170,6 +170,7 @@ mares_puck_device_open (device_t **out, const char* name)
device->base.layout = &mares_nemowide_layout;
break;
case NEMOAIR:
case PUCKAIR:
device->base.layout = &mares_nemoair_layout;
break;
case PUCK:
@ -453,6 +454,7 @@ mares_puck_extract_dives (device_t *abstract, const unsigned char data[], unsign
layout = &mares_nemowide_layout;
break;
case NEMOAIR:
case PUCKAIR:
layout = &mares_nemoair_layout;
break;
case PUCK: