Commit Graph

244 Commits

Author SHA1 Message Date
Sergio Martin 37acae846c Ensuring CPU run function starts at the beggining of a page 2024-01-14 09:17:06 +01:00
Sergio Martin dee398c8f7 Adding 1024-alignment to the cpu run function to prevent it from being split among different pages or L1i lines 2024-01-14 09:01:14 +01:00
Sergio Martin a0062b7002 Refactoring mapper creation 2024-01-14 08:18:23 +01:00
Sergio Martin dba28a6b98 Minor changes 2024-01-14 08:11:26 +01:00
Sergio Martin 57c43b6d98 using skip frames properly (no audio) 2024-01-14 06:12:32 +01:00
Sergio Martin 040d7f3939 Minor changes 2024-01-13 21:09:52 +01:00
Sergio Martin 75a58247c0 More work on the CPU 2024-01-13 20:27:52 +01:00
Sergio Martin 0240d9d1aa Working up the nes cpu 2024-01-13 20:17:41 +01:00
Sergio Martin e40e0c7888 More simplfiications 2024-01-13 20:12:03 +01:00
Sergio Martin 78414cfb6c Relocating core 2024-01-13 20:01:32 +01:00
Sergio Martin 1a6cf0b487 Reduced pc to 16 bits since overflow detection isn't even implemented 2024-01-13 19:08:42 +01:00
Sergio Martin f58b48ec6a Fixing missin warnings 2024-01-13 18:59:55 +01:00
Sergio Martin 66e6632eea Reverting changes back to 0c8318e26e since some of those commits did something that affected performance 2024-01-13 18:42:59 +01:00
Sergio Martin 95a95df8e1 More simplifications 2024-01-13 17:15:24 +01:00
Sergio Martin 13561dc134 Fixing benchmark with release compilation 2024-01-13 17:11:21 +01:00
Sergio Martin d023e639c3 More refactoring 2024-01-13 14:33:35 +01:00
Sergio Martin 1389a87ad6 Simplifying 2024-01-13 14:06:33 +01:00
Sergio Martin 8059551339 Removing unnecessary file 2024-01-13 13:48:45 +01:00
Sergio Martin 47112198ad Removing warnings 2024-01-13 13:43:20 +01:00
Sergio Martin 0c8318e26e Adding initial benchmark 2024-01-13 13:35:54 +01:00
Sergio Martin df999066a3 Adding benchmark and starting to fix warnings 2024-01-13 13:28:32 +01:00
Sergio Martin 8a236980bf Adding credits 2024-01-13 11:43:35 +01:00
Sergio Martin b849450b31 Adding more tests 2024-01-13 11:40:25 +01:00
Sergio Martin 3c7459fb62 Adding arkanoid and nigel mansell test 2024-01-13 11:10:51 +01:00
Sergio Martin 52bb0987e3 Adding doRendering flag to disable audio/picture rendering for performance 2024-01-13 11:10:42 +01:00
Sergio Martin 86ffc7fce7 Adding halt instructions 2024-01-13 10:07:24 +01:00
Sergio Martin e1f4d956fe Adding solar jetman and ng2 2024-01-13 09:55:07 +01:00
Sergio Martin ab64459d60 Adding tennis 2024-01-13 09:23:36 +01:00
Sergio Martin 9123e871f6 Adding ironsword 2024-01-13 09:18:42 +01:00
Sergio Martin f98b52ca28 Adding tests 2024-01-13 09:02:46 +01:00
Sergio Martin b36822dfaa Fixed playback memory use, adding super offroad and improved testing 2024-01-13 07:04:22 +01:00
Sergio Martin 1952f8a622 Adding verification for tests 2024-01-12 21:13:51 +01:00
Sergio Martin 147d0d4f52 Progress with testing 2024-01-12 19:14:57 +01:00
Sergio Martin b346a9da5b Adding SHA1 calculation 2024-01-11 21:35:21 +01:00
Sergio Martin 03e512dc12 Starting to add tests 2024-01-11 20:23:32 +01:00
Sergio Martin 16143afe0d Progress with player 2024-01-11 19:44:54 +01:00
Sergio Martin d310134441 Opening player render window 2024-01-10 20:11:49 +01:00
Sergio Martin 410bbd9338 Adding tests and moving code around 2024-01-10 19:48:57 +01:00
Sergio Martin 8644d25ee0 Some progress with emulator and player instances 2024-01-09 20:59:59 +01:00
Sergio Martin 8196f8221b Adding third party tools, meson scripts, starting with the player 2024-01-09 20:12:22 +01:00
Sergio Martin 37221bbe82
Update README.md 2024-01-08 20:19:59 +01:00
Sergio Martin fe0c12e099
Update README.md 2024-01-08 20:12:49 +01:00
Sergio Martin d9ae898b76 Adding initial version 2024-01-08 20:11:49 +01:00
Sergio Martin bab4370830
Initial commit 2024-01-08 19:49:02 +01:00