Skip to content

Commit 3d03392

Browse files
committed
This is vAmiga 0.43
1 parent 374490d commit 3d03392

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

Amiga/Computer/Agnus/Agnus.cpp

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2183,6 +2183,24 @@ template void Agnus::pokeSPRxPTL<5>(uint16_t value);
21832183
template void Agnus::pokeSPRxPTL<6>(uint16_t value);
21842184
template 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+
21862204
template uint16_t Agnus::doBitplaneDMA<0>();
21872205
template uint16_t Agnus::doBitplaneDMA<1>();
21882206
template uint16_t Agnus::doBitplaneDMA<2>();

Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
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>

0 commit comments

Comments
 (0)