HomeSort by: relevance | last modified time | path
    Searched defs:a24_this (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/amiga/dev/
grfabs_cc.c 106 dmode_t *a24_this; variable in typeref:typename:dmode_t *
1498 if (!a24_this) {
1503 a24_this = &a2024_mode;
1505 memset(a24_this, 0, sizeof(dmode_t));
1508 a24_this->name = "ntsc: A2024 15 kHz";
1509 a24_this->nominal_size.width = 1024;
1510 a24_this->nominal_size.height = 800;
1517 a24_this->data = a24_this_data;
1519 a24_this->get_monitor = cc_get_monitor;
1520 a24_this->alloc_view = cc_alloc_view
    [all...]

Completed in 13 milliseconds