Home | History | Annotate | Download | only in dev

Lines Matching defs:aga_this

120 dmode_t *aga_this;
1788 if (!aga_this && (custom.deniseid & 0xff) == 0xf8 &&
1792 aga_this = &aga_mode;
1794 memset(aga_this, 0, sizeof(dmode_t));
1797 aga_this->name = "ntsc: AGA dbl";
1798 aga_this->nominal_size.width = 640;
1799 aga_this->nominal_size.height = 400;
1806 aga_this->data = aga_this_data;
1808 aga_this->get_monitor = cc_get_monitor;
1809 aga_this->alloc_view = cc_alloc_view;
1810 aga_this->get_current_view = cc_get_current_view;
1841 aga_this, link);
1843 return (aga_this);
2082 cc_load_mode(aga_this);