Commit Graph

6982 Commits

Author SHA1 Message Date
Thomas Jentzsch 208e7e3075 added PlusROM detection display
simplified PlusROM id generation logic
shortened QuadTari.name()
2021-10-01 17:00:10 +02:00
Thomas Jentzsch 793b554f53 enhanced PlusROM, now reads id and nick from Settings
added PlusROM id generation to PlusRomsSetupDialog
2021-10-01 12:24:53 +02:00
Thomas Jentzsch 7c8f426a1b added missing write method to QuadTari (fixes #832, SaveKey not working in QT) 2021-09-28 21:43:46 +02:00
Thomas Jentzsch 72f5f17011 added regex for PAL-M in filename (->NTSC) 2021-09-27 22:08:53 +02:00
Thomas Jentzsch 64be78b6b7 added actual ROM size to ROM info (developer mode only) 2021-09-26 10:11:17 +02:00
Thomas Jentzsch 6a9f1075d2 fixed #830 (Debugger window messed up) 2021-09-25 19:07:17 +02:00
Thomas Jentzsch 9a36e3f6ad minor code cleanups 2021-09-25 11:00:59 +02:00
Thomas Jentzsch 187979a2ae added E7 support for 12K ROMs 2021-09-24 23:38:15 +02:00
Thomas Jentzsch 3fa692dee2 Merge branch 'master' of https://github.com/stella-emu/stella 2021-09-24 22:49:52 +02:00
Thomas Jentzsch 9cf4bccea5 renamed E7 cart classes 2021-09-24 22:43:11 +02:00
Stephen Anthony 07c85a382e Fix Linux/libretro builds for no-longer-existing classes. 2021-09-24 18:09:59 -02:30
Thomas Jentzsch 71dbf0baa3 merged E7 bankswitching classes 2021-09-24 22:22:48 +02:00
Thomas Jentzsch 0b468c1b0f removed superfluous test ROM 2021-09-22 19:40:11 +02:00
Thomas Jentzsch 04ab86c0ac tweaked TIA randomization a bit 2021-09-21 18:43:55 +02:00
Thomas Jentzsch a4d5d93abf minor debugger 'tia' command formatting enhancement 2021-09-21 09:37:00 +02:00
Thomas Jentzsch 747a13a0e3 added SCABS info for FE bankswitching (fixes #753) 2021-09-20 16:43:02 +02:00
Thomas Jentzsch 88b98adc7d added 256 in 1 Megatronix test ROM and properties 2021-09-20 16:32:25 +02:00
Thomas Jentzsch c88c97dd8a added missing persisting of several settings when using hotkeys 2021-09-20 09:26:57 +02:00
lodefmode 03e10caef5
Misc fixes (#828)
* - Street demo was missing audio.

* - pause playback at end of file to avoid annoying audio buzz

* - Fixed intermittent failure to forward step.
2021-09-19 14:23:30 -02:30
Thomas Jentzsch 79eb8656f6 fixed TV type autodetection failing when randomizing TIA 2021-09-19 18:20:30 +02:00
Thomas Jentzsch 051d21bebb improved TIA randomization 2021-09-19 17:39:17 +02:00
Thomas Jentzsch 07d772dbd1 fixed enhanced multicarts handling
added, mixed type X in 1 test ROM
2021-09-19 12:52:36 +02:00
Thomas Jentzsch f6428e684b
Merge pull request #827 from lodefmode/master
OSD tidy + better demos
2021-09-19 10:54:11 +02:00
Thomas Jentzsch 18874dac5f enhanced UA bankswitching detection
enhanced multicarts, now support all bankswitching types
added X in 1 test ROMs
updated doc
2021-09-19 10:08:02 +02:00
Lo Def e3cb93d083 - Level bars now aligned with sprite positions to lessen flicker 2021-09-19 00:22:45 -04:00
lodefmode 93dee95718
Merge branch 'stella-emu:master' into master 2021-09-18 22:43:38 -04:00
Lo Def e769f28795 - Re-encoded sample movies to use new background enhancements 2021-09-18 21:03:59 -04:00
Thomas Jentzsch 8acf8924c0 updated TIA random default 2021-09-18 21:56:25 +02:00
Lo Def f501d2d00b Merge branch 'master' of github-lodefmode:lodefmode/stella 2021-09-18 15:51:35 -04:00
Lo Def 0c7538e3b6 - square off last image line before drawing OSD text 2021-09-18 15:50:13 -04:00
Thomas Jentzsch 6fc715137b changed random TIA default in player settings
updated doc
2021-09-18 21:47:22 +02:00
Thomas Jentzsch d1810231e6 changed paddle center properties default
added paddle center properties to most games
2021-09-18 12:18:07 +02:00
Thomas Jentzsch 14ecdf9809 added some PlusROMs for testing 2021-09-15 21:54:43 +02:00
Thomas Jentzsch 62b112cd60 fixed VS compiler warnings (yes, sometimes VS is more strict than anything else :) 2021-09-15 20:23:57 +02:00
Stephen Anthony 2858cdb7ec Fix compilation in Linux (missing entry in module.mk).
Fix compilation warnings in a few places.
Use float instead of floats and doubles in Paddles class (otherwise we get warnings).  Thomas, can you check that this doesn't affect functionality?
2021-09-15 15:14:31 -02:30
Thomas Jentzsch 4d78865ab2 finalized new paddle settings 2021-09-15 18:02:10 +02:00
Thomas Jentzsch fb41c41470 Merge remote-tracking branch 'remotes/origin/master' into feature/paddle_options 2021-09-15 17:59:09 +02:00
Thomas Jentzsch 755c4e57c4
Merge pull request #825 from lodefmode/master
Fixed random spotty backgrounds.
2021-09-12 22:05:57 +02:00
Lo Def 716c14ecfc Fixed background color shifting when consecutives frames encoded. 2021-09-12 15:55:47 -04:00
lodefmode fa4429d0a4
Random pixels betwen OSD and bars (#824)
* Support background color changes
 - pf/background used to change background color once per line
   resulting in higher visual quality.

* - blank out left/right sides
  based on kernel modifications by Thomas Jentzch
  work in progress, stray pixel remaining

* MovieCart: Fixed delayed right side kernel

* MovieCart: Fixed random pixels between OSD + bars
2021-09-12 16:49:07 -02:30
lodefmode c57d47b614
Merge branch 'stella-emu:master' into master 2021-09-12 15:03:44 -04:00
Lo Def 7abe402ba9 Merge branch 'master' of github-lodefmode:lodefmode/stella 2021-09-12 14:59:14 -04:00
Lo Def cdb03cbc83 MovieCart: Fixed random pixels between OSD + bars 2021-09-12 14:58:35 -04:00
Lo Def d57ea48f3a MovieCart: Fixed delayed right side kernel 2021-09-12 13:46:58 -02:30
Lo Def 963570b302 - blank out left/right sides
based on kernel modifications by Thomas Jentzch
  work in progress, stray pixel remaining
2021-09-12 13:46:58 -02:30
Lo Def a36ce4da72 Support background color changes
- pf/background used to change background color once per line
   resulting in higher visual quality.
2021-09-12 13:46:58 -02:30
lodefmode ca730a4d97
Merge branch 'stella-emu:master' into master 2021-09-12 11:34:18 -04:00
Lo Def 6c9ed28b83 MovieCart: Fixed delayed right side kernel 2021-09-12 11:30:24 -04:00
Thomas Jentzsch 5807404202 added new MVC format test file 2021-09-12 14:01:05 +02:00
Lo Def 51d856f9a5 - blank out left/right sides
based on kernel modifications by Thomas Jentzch
  work in progress, stray pixel remaining
2021-09-12 05:30:20 -04:00