-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathToDo.txt
More file actions
19 lines (19 loc) · 839 Bytes
/
ToDo.txt
File metadata and controls
19 lines (19 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- video
- display the window menu in fullscreen mode
- offer the ability to display the overlays somehow, maybe as a toggle display for the
lower left and right sides of the screen
- input
- bug where I can't add bindings to the ECS keyboard default bindings; have to clear the
binding first because it's getting confused somehow
- allow the user to custom-bind different controls to different games
- saving and loading
- saving and loading game state
- saving screenshots
- record/playback (save the inputs and play them back)
- record audio
- record video
- other stuff
- support atari 5200 images within .zip files
- allow user to start ECS without a cartridge
- ROMBanker is being saved as a RAM block in Rip::SaveRip(); need a more comprehensive ROM
banking solution