772 Commits

Author SHA1 Message Date
Zoe Roux 6693c30df2 Fixing unit tests compilation 2021-07-05 20:46:48 +02:00
Zoe Roux cb6fb8a240 Enabling the memory bus debugger 2021-07-05 00:23:48 +02:00
Zoe Roux f16815c36f Enabling more debuggers 2021-07-04 23:20:07 +02:00
Zoe Roux 15fde029a7 Starting to reenable debuggers 2021-07-04 22:57:58 +02:00
Clément Le Bihan e0d46121a8 fixing hard to track dumb mistake 2021-07-04 22:43:02 +02:00
Clément Le Bihan ba43efe262 norm fix 2021-07-04 12:12:30 +02:00
Clément Le Bihan c5696946eb adding micro QoL changes segfault found in PPU while running rom 2021-07-04 12:09:15 +02:00
Clément Le Bihan 590078bf76 fixing missunderstanding of horizontal/vertical tilemap mirroring 2021-07-04 11:50:35 +02:00
Clément Le Bihan e4249b1576 clean up a const -> constexpr 2021-07-04 10:48:02 +02:00
Clément Le Bihan 5860c10653 refactor ppu x and y and little clean up 2021-07-04 10:31:25 +02:00
Clément Le Bihan 14618417a8 fixing ppu compil 2021-07-04 09:23:22 +02:00
Zoe Roux 814729cda7 Cleaning tests memory usage 2021-07-04 03:18:51 +02:00
Zoe Roux f78903d2d9 Fixing tests compilations 2021-07-04 03:14:01 +02:00
Zoe Roux 9a36eded32 Cleaning up 2021-07-04 02:56:44 +02:00
Clément Le Bihan 5b900da44f modif addBuffer but PPU need x and y cleanup seriously 2021-07-04 01:38:51 +02:00
Clément Le Bihan 358977ff06 remiove unused add_buffer function 2021-07-04 00:20:53 +02:00
Zoe Roux a6414f6e1e Fixing the PPU compilation 2021-07-03 18:18:01 +02:00
Zoe Roux e1a6c8b9a9 Cleanin upo 2021-07-03 18:07:16 +02:00
Zoe Roux 2068240685 Merging with PPU 2021-07-03 18:06:37 +02:00
Zoe Roux c24fde7c87 Fixing unit tests 2021-07-03 17:50:36 +02:00
Clément Le Bihan 6691a40c42 real fix for tilemap drawing 2021-07-03 17:47:30 +02:00
Zoe Roux eb02c23eb9 Trying to use catch instead of critertion 2021-07-03 17:38:57 +02:00
Clément Le Bihan 2bae2fcbc6 fixing issue with drawing tilemaps 2021-07-03 16:47:38 +02:00
Clément Le Bihan 59829a7c0c debugging weird error i think i found something 2021-07-03 15:59:55 +02:00
Clément Le Bihan c3d4638ce3 fixing some dumb errors and rm comments 2021-07-03 12:45:03 +02:00
Clément Le Bihan f3abfe823f moving ppu ctor debug into separate file 2021-07-03 12:42:10 +02:00
Zoe Roux d558b00b0a Fixing a ui warning 2021-07-02 11:05:35 +02:00
Zoe Roux 7994c5dbf0 Fixing framerate for the update interval 2021-06-29 10:26:47 +02:00
Zoe Roux fbcb81d518 Cleaning the cmake and merging with master 2021-06-29 10:24:41 +02:00
Clément Le Bihan deebddc574 Merge pull request #40 from AnonymusRaccoon/PPU
Ppu adding Tile viewer debugger
2021-06-23 22:33:56 +02:00
Clément Le Bihan 9d558cc28c Merge branch 'master' of github.com:AnonymusRaccoon/ComSquare into PPU 2021-06-23 22:25:32 +02:00
Clément Le Bihan eb47b3ed9a resetting tic tasc toe mode 2021-06-23 22:25:24 +02:00
Zoe Roux 9774da3d90 Merge pull request #41 from AnonymusRaccoon/APU
Load SPC rom
2021-06-23 22:22:32 +02:00
Melefo caf4197033 Checking rom size before checking SPC header 2021-06-23 22:04:07 +02:00
Clément Le Bihan c323d56993 Merge branch 'PPU' of github.com:AnonymusRaccoon/ComSquare into PPU 2021-06-23 22:02:51 +02:00
Melefo bb156d600c Fixing space indent to tab 2021-06-23 22:02:32 +02:00
Clément Le Bihan 6c1fc61a28 pr fixes 2021-06-23 22:02:12 +02:00
Melefo ca94b0fbaa Using a constexpr for the magic header string of a SPC rom 2021-06-23 21:56:38 +02:00
Melefo cb1d35c288 Checking rom size 2021-06-23 21:49:18 +02:00
Zoe Roux c8c97f7eb7 Fixing compatibility issues 2021-06-23 21:16:36 +02:00
Clément Le Bihan 4de2d61aaa fixing cmake indent 2021-06-23 00:44:06 +02:00
Clément Le Bihan 1bd787493c doing the my fix 2021-06-23 00:36:44 +02:00
Clément Le Bihan 3ff26f11cb fixing unit tests compil 2021-06-23 00:32:22 +02:00
Clément Le Bihan 21c88122f4 Merge pull request #39 from AnonymusRaccoon/PPUDebugger
Ppu debugger
2021-06-23 00:25:41 +02:00
Clément Le Bihan e7ee90c652 general fixing (indent unused functions etc) 2021-06-23 00:24:28 +02:00
Clément Le Bihan a4333e22cb fixing stupid error 2021-06-23 00:00:27 +02:00
Clément Le Bihan 7b7520ce69 general cleanup can not work with 4bpp going to check 2021-06-22 23:54:04 +02:00
Clément Le Bihan bc0823342c fixing offset issues with 2bpp rendering 2021-06-22 23:03:53 +02:00
Clément Le Bihan 6a7242dffd fixing warning compil 2021-06-09 10:40:39 +02:00
Clément Le Bihan 3b072dea56 flipped tile seems to work now but need to check on it later 2021-06-09 10:36:53 +02:00