m9710797
|
9ed69b6516
[1/2] Use c++17 inline variables
|
před 5 roky |
m9710797
|
ad62f1f738
[1/2] Made EmuTime/Duration/Clock constexpr
|
před 5 roky |
m9710797
|
ab0618b5c2
Use 'standard' names for some of our Math utility functions
|
před 5 roky |
m9710797
|
5d915cd38d
Re-apply serialization improvements.
|
před 5 roky |
m9710797
|
9f2312e3d0
Make use of strCat() and strAppend()
|
před 6 roky |
m9710797
|
00b3389534
Added emulation of EEPROM_93C46 + unittest
|
před 6 roky |
m9710797
|
3ff4e3d8f8
Fix issue#1072 V9958 cmds in non-bitmap mode [1/2]
|
před 7 roky |
m9710797
|
f85d68865c
Fix all "clang-tidy -check=modernize-use-default" warnings
|
před 7 roky |
Wouter Vermaelen
|
2e1191cd8d
Revert some problematic patches for vs2015
|
před 9 roky |
Wouter Vermaelen
|
0050c9688f
[3/5] Use the new variadic serialize(...) stuff
|
před 9 roky |
Wouter Vermaelen
|
f7db4b7ba2
[1/3] Enable/fix -Wshadow compiler warnings
|
před 9 roky |
Wouter Vermaelen
|
49f27fea65
Remove back-pointers from inner to outer objects
|
před 9 roky |
m9710797
|
5bedf250bb
[5/9] unique_ptr->value, Rom,Ram,Sram,Flash
|
před 9 roky |
m9710797
|
830ad37175
[3/9] unique_ptr->value, debuggable objects
|
před 9 roky |
m9710797
|
c78bd93d2c
[4/5] Mark virtual method overrides with new c++11 'override' keyword
|
před 10 roky |
m9710797
|
fcbcac823e
[1/5] Added final class annotations
|
před 10 roky |
wouter
|
a6fe1b78cd
Fix(?) visual studio compiler warnings
|
před 10 roky |
wouter
|
d23c20a6e2
Fix -fsanitize=undefined warnings
|
před 11 roky |
wouter
|
d089095d55
Various text-processing stuff
|
před 11 roky |
Manuel Bilderbeek
|
41d32dd64c
Prepare for VDP in extension: make debuggables and settings unique (unless the name VDP is used, which is done for backwards compatibility).
|
před 11 roky |
Wouter Vermaelen
|
f875ff28d5
Also initialize member variables using make_unique()
|
před 12 roky |
Wouter Vermaelen
|
e4d21ffd0a
Allow to specify initialContent for VRAM
|
před 12 roky |
Wouter Vermaelen
|
2c41f180af
Allow to specify the initial content for RAM
|
před 12 roky |
Wouter Vermaelen
|
2083cf2350
Various memset() memcpy() size cleanups
|
před 13 roky |
Maarten ter Huurne
|
5890ed7f2f
In planar mode (SCREEN7/8), apply address rotation on the base masks instead of rotating the resulting address after applying the base mask. This fixes the isInside() checks and thereby ensures that the notifications are sent out when VRAM changes. Before, there could be glitches in planar modes when there are few forced syncs, for example because frames are skipped. In addition, the computation of sizeMask was fixed, now the MSX2 BIOS will correctly detect 64K VRAM. This is a simplified version of an earlier patch by Wouter. Thanks to him and also to Manuel for testing.
|
před 13 roky |
Wouter Vermaelen
|
75c65f00c0
Revert "Deserialize some VRAMWindow objects based on VDP state"
|
před 13 roky |
Wouter Vermaelen
|
1c3948038e
Swapped order of cmdEngine->sync() and renderer->updateXXX()
|
před 13 roky |
Wouter Vermaelen
|
a85d1d3584
Deserialize some VRAMWindow objects based on VDP state
|
před 13 roky |
Wouter Vermaelen
|
c74b8a5723
Simplified VDPVRAM::serialize()
|
před 15 roky |
Wouter Vermaelen
|
12f0bca84f
Fixed assert when using reverse in "Aleste Special"
|
před 15 roky |