772 Commits

Author SHA1 Message Date
Anonymus Raccoon 73b84b1925 Fixing the RTS/RTL swap 2020-05-27 16:39:03 +02:00
Anonymus Raccoon dab1dcbccb Oups 2020-05-27 16:13:37 +02:00
Anonymus Raccoon 0af0db6d66 Merging master 2020-05-27 16:11:59 +02:00
Anonymus Raccoon c374641ef1 Merge branch 'master' of github.com:AnonymusRaccoon/ComSquare into CPU 2020-05-27 16:11:09 +02:00
Anonymus Raccoon 4c965e916f Mapping the DMA's channels to the bus 2020-05-27 15:04:01 +02:00
Anonymus Raccoon 56d51425f3 Creating the DMA class 2020-05-27 14:40:26 +02:00
Clément Le Bihan feabd56991 style \n 2020-05-26 01:54:43 +02:00
Clément Le Bihan 3675bc7081 fixing a missing read register 2020-05-26 01:32:15 +02:00
Clément Le Bihan 81b20e559a setting the default color in the main screen and moving getrealcolor fct 2020-05-26 01:03:04 +02:00
Clément Le Bihan df16fc1a64 iplementing main and sub screens 2020-05-26 00:33:24 +02:00
Clément Le Bihan ce4f231583 starting the renderMainandSubScreen fct 2020-05-25 23:56:18 +02:00
Clément Le Bihan dac3a52eff removing the cgram print of the main window and old protoypes of background functions in PPU.hpp 2020-05-25 19:37:04 +02:00
Clément Le Bihan 8a40625dea Background run by class is working 2020-05-25 19:33:10 +02:00
Clément Le Bihan 1553903eff making the constructor of background class much more easier to use 2020-05-25 17:14:11 +02:00
Clément Le Bihan ca07bf3366 fixing compilation error and some warnings 2020-05-25 15:58:30 +02:00
Clément Le Bihan a012a6b110 moving internal functions of background to private area 2020-05-25 15:50:15 +02:00
Clément Le Bihan 4af6bbf340 Merge branch 'master' of github.com:AnonymusRaccoon/ComSquare into PPU 2020-05-25 15:47:44 +02:00
Clément Le Bihan e715eb5e85 adding backgrounds function to background class 2020-05-25 15:47:16 +02:00
Anonymus Raccoon 2c8c45246a Merge pull request #15 from AnonymusRaccoon/APU
Receiving CPU data to APU
2020-05-20 16:13:04 +02:00
Melefo ea55392307 Merging with master to PR 2020-05-20 16:03:34 +02:00
Melefo a6d791acfc Merge branch 'master' of https://github.com/AnonymusRaccoon/ComSquare into APU 2020-05-20 16:01:51 +02:00
Anonymus Raccoon 012d3fb64d Merge pull request #14 from AnonymusRaccoon/Debugger
Fixing ??? message on the bus's debugger
2020-05-18 19:19:43 +02:00
Melefo 7e2c8d99f1 Temporary better synchronisation between CPU & APU by decreasing the number of instructions and therefor the number of cycles 2020-05-18 11:18:05 +02:00
Melefo 3ecc5cefd8 Merge branch 'master' of https://github.com/AnonymusRaccoon/ComSquare into APU 2020-05-18 11:13:51 +02:00
Clément Le Bihan a234fd0575 adding a read register in PPU write due to weird roms 2020-05-14 19:17:15 +02:00
Anonymus Raccoon c661dfa641 Fixing ??? message on the bus's debugger 2020-05-14 19:00:13 +02:00
Clément Le Bihan 1faf62e024 Merge branch 'master' of github.com:AnonymusRaccoon/ComSquare into PPU 2020-05-14 18:57:53 +02:00
Clément Le Bihan 7e33582e9c fixing compilation on windows and removing useless stufff 2020-05-14 18:56:40 +02:00
Octopus 4d48d34fce Merge pull request #13 from AnonymusRaccoon/PPU ooooof
Ppu pull request
2020-05-14 18:51:09 +02:00
Clément Le Bihan cb488cf211 removing commentary 2020-05-14 18:41:06 +02:00
Clément Le Bihan 496dcebb4d Merge branch 'master' of github.com:AnonymusRaccoon/ComSquare into PPU 2020-05-14 18:31:49 +02:00
Anonymus Raccoon 098b47c00d Merge pull request #12 from AnonymusRaccoon/CPU
Cpu
2020-05-14 18:30:54 +02:00
Clément Le Bihan 996758c41f refixing compilation 2020-05-14 18:28:51 +02:00
Anonymus Raccoon 703afbf77f Oups 2020-05-14 18:25:17 +02:00
Clément Le Bihan b41a9fe989 merge cpu into ppu 2020-05-14 18:22:07 +02:00
Clément Le Bihan c3a24f0238 fixing compilation 2020-05-14 18:21:21 +02:00
Anonymus Raccoon 24bcafeea3 Removing unintended logs to the bus's debugger 2020-05-14 18:12:29 +02:00
Anonymus Raccoon efbf009f21 Oups 2020-05-14 17:58:47 +02:00
Anonymus Raccoon 2c3cf61dbb Merge branch 'Debugger' of github.com:AnonymusRaccoon/ComSquare into CPU 2020-05-14 17:58:00 +02:00
Anonymus Raccoon 5f0ed5f561 Adding the WAI and handling NMI & IRQ interrupts 2020-05-14 17:37:06 +02:00
Anonymus Raccoon c6e4cd1702 Fixing a segfault with the bus & cpu's debugger together 2020-05-14 15:51:48 +02:00
Clément Le Bihan 98692d31a0 merge 2020-05-14 15:00:54 +02:00
Clément Le Bihan 166a55ec04 moving background related founctions in backgrounds.c 2020-05-14 14:53:46 +02:00
Anonymus Raccoon 1586aa5ea6 Merge branch 'master' of github.com:AnonymusRaccoon/ComSquare into Debugger 2020-05-14 14:52:54 +02:00
Anonymus Raccoon 92e0d41f74 Fixing an open bus issue with the bus's debugger 2020-05-14 14:52:50 +02:00
Clément Le Bihan e021f193fa removing unused variable 2020-05-14 01:25:59 +02:00
Clément Le Bihan 9d0d120974 Merge branch 'PPU' of github.com:AnonymusRaccoon/ComSquare into PPU 2020-05-14 01:23:23 +02:00
Anonymus Raccoon 2033bd56e6 Fixing warning/compilation 2020-05-14 01:21:52 +02:00
Clément Le Bihan e8e8aa3ba5 Merge branch 'CPU' of github.com:AnonymusRaccoon/ComSquare into PPU 2020-05-14 01:19:24 +02:00
Anonymus Raccoon 8240fbd54c Implementing MVP 2020-05-14 01:06:29 +02:00