Select the correct memory layout for the Mares Puck Air.
This commit is contained in:
parent
608008cd33
commit
5942215cda
@ -170,6 +170,7 @@ mares_puck_device_open (device_t **out, const char* name)
|
|||||||
device->base.layout = &mares_nemowide_layout;
|
device->base.layout = &mares_nemowide_layout;
|
||||||
break;
|
break;
|
||||||
case NEMOAIR:
|
case NEMOAIR:
|
||||||
|
case PUCKAIR:
|
||||||
device->base.layout = &mares_nemoair_layout;
|
device->base.layout = &mares_nemoair_layout;
|
||||||
break;
|
break;
|
||||||
case PUCK:
|
case PUCK:
|
||||||
@ -453,6 +454,7 @@ mares_puck_extract_dives (device_t *abstract, const unsigned char data[], unsign
|
|||||||
layout = &mares_nemowide_layout;
|
layout = &mares_nemowide_layout;
|
||||||
break;
|
break;
|
||||||
case NEMOAIR:
|
case NEMOAIR:
|
||||||
|
case PUCKAIR:
|
||||||
layout = &mares_nemoair_layout;
|
layout = &mares_nemoair_layout;
|
||||||
break;
|
break;
|
||||||
case PUCK:
|
case PUCK:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user