m9710797
|
6c95a7d057
Use 'one_of()' to simplify code
|
hace 4 años |
m9710797
|
0c6c272e85
[2/2] use constexpr to define constants
|
hace 5 años |
m9710797
|
1c389ce22b
[1/6] apply fixes suggested by clang-tidy modernize-*
|
hace 5 años |
m9710797
|
5e22a98485
Fix border drawing in text mode with YJK/YAE bits
|
hace 8 años |
Wouter Vermaelen
|
1c94824a9d
Fix sprite mode for bogus screen modes
|
hace 10 años |
wouter
|
d089095d55
Various text-processing stuff
|
hace 11 años |
Wouter Vermaelen
|
3c2b5a2c81
Simplified mode dispatch in BitmapConverter/CharacterConverter
|
hace 14 años |
Sean Young
|
14c4e5e0da
The source tree contains both 'color' and 'colour'. Canonicalize on
|
hace 15 años |
Wouter Vermaelen
|
459148c48a
serialize Clock EmuTime DisplayMode
|
hace 16 años |
Wouter Vermaelen
|
c56ece68e3
fixed various whitespace errors: trailing whitespace, space before tab, indent with spaces (iso tab)
|
hace 17 años |
Wouter Vermaelen
|
f6a0d85c46
fixed isTextMode() check for undocumented text mode (fixes border in that mode)
|
hace 18 años |
Manuel Bilderbeek
|
430b377f3e
Added explicit to one-argument constructor declarations to prevent undesired implicit conversions
|
hace 19 años |
Wouter Vermaelen
|
295e9127ca
use references iso pointers where possible in VDP code
|
hace 19 años |
Wouter Vermaelen
|
a91b7c61c2
Changed include guards from __FOO_HH__ to FOO_HH
|
hace 19 años |
Maarten ter Huurne
|
5e3d25aa39
Ignore YAE if YJK is off. This makes checking modes with displayMode.getByte() safer.
|
hace 20 años |
Maarten ter Huurne
|
1f6633a4c9
Removed upscaling from SDLRenderer/CharacterConverter/BitmapConverter. Instead, all upscaling is done by the scaler implementation.
|
hace 21 años |
Wouter Vermaelen
|
e3ea896b54
fixed rendering of undocumented modes in GL renderer
|
hace 21 años |
Wouter Vermaelen
|
5762596125
Mode and blank bits any have effect at the next line
|
hace 21 años |
Maarten ter Huurne
|
7b4f5f9844
Fixed documentation.
|
hace 21 años |
Maarten ter Huurne
|
659286f276
Put all openMSX code in namespace "openmsx".
|
hace 21 años |
Maarten ter Huurne
|
a4d41ace74
Implemented "!=" operator. Apparently this needs to be implemented separately, instead of using "a != b" <=> "!(a == b)".
|
hace 21 años |
Maarten ter Huurne
|
22e467678e
Implemented narrow SCREEN6 sprite pixels in SDLGL. Implemented blended SCREEN6 sprite pixels in SDLLo.
|
hace 21 años |
Maarten ter Huurne
|
2469925f76
Moved the VDP and rendering code into new "video" directory.
|
hace 21 años |