File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -2183,6 +2183,24 @@ template void Agnus::pokeSPRxPTL<5>(uint16_t value);
21832183template void Agnus::pokeSPRxPTL<6 >(uint16_t value);
21842184template void Agnus::pokeSPRxPTL<7 >(uint16_t value);
21852185
2186+ template void Agnus::pokeSPRxPOS<0 >(uint16_t value);
2187+ template void Agnus::pokeSPRxPOS<1 >(uint16_t value);
2188+ template void Agnus::pokeSPRxPOS<2 >(uint16_t value);
2189+ template void Agnus::pokeSPRxPOS<3 >(uint16_t value);
2190+ template void Agnus::pokeSPRxPOS<4 >(uint16_t value);
2191+ template void Agnus::pokeSPRxPOS<5 >(uint16_t value);
2192+ template void Agnus::pokeSPRxPOS<6 >(uint16_t value);
2193+ template void Agnus::pokeSPRxPOS<7 >(uint16_t value);
2194+
2195+ template void Agnus::pokeSPRxCTL<0 >(uint16_t value);
2196+ template void Agnus::pokeSPRxCTL<1 >(uint16_t value);
2197+ template void Agnus::pokeSPRxCTL<2 >(uint16_t value);
2198+ template void Agnus::pokeSPRxCTL<3 >(uint16_t value);
2199+ template void Agnus::pokeSPRxCTL<4 >(uint16_t value);
2200+ template void Agnus::pokeSPRxCTL<5 >(uint16_t value);
2201+ template void Agnus::pokeSPRxCTL<6 >(uint16_t value);
2202+ template void Agnus::pokeSPRxCTL<7 >(uint16_t value);
2203+
21862204template uint16_t Agnus::doBitplaneDMA<0 >();
21872205template uint16_t Agnus::doBitplaneDMA<1 >();
21882206template uint16_t Agnus::doBitplaneDMA<2 >();
Original file line number Diff line number Diff line change 3838 <key >CFBundlePackageType </key >
3939 <string >APPL </string >
4040 <key >CFBundleShortVersionString </key >
41- <string >0.42.1 </string >
41+ <string >0.43 </string >
4242 <key >CFBundleVersion </key >
43- <string >0.42.1 </string >
43+ <string >0.43 </string >
4444 <key >LSApplicationCategoryType </key >
4545 <string >public.app-category.entertainment </string >
4646 <key >LSMinimumSystemVersion </key >
You can’t perform that action at this time.
0 commit comments