Commit Graph

34 Commits

Author SHA1 Message Date
AnonymusRaccoon 072cb17bcb Finishing the SEP 2020-02-13 18:57:31 +01:00
AnonymusRaccoon 2735238329 Implementing the LDY 2020-02-13 17:46:09 +01:00
AnonymusRaccoon 9cf41e6ff4 Implementing the LDX 2020-02-13 17:42:41 +01:00
AnonymusRaccoon 7e97a9466c Adding the LDA 2020-02-13 15:50:14 +01:00
AnonymusRaccoon 8cc87d0be2 Adding the STZ 2020-02-13 14:47:55 +01:00
AnonymusRaccoon 997bb4fa7c Implementing the STX 2020-02-13 14:05:47 +01:00
AnonymusRaccoon 4d30a35620 Changing timing management 2020-02-13 13:55:01 +01:00
AnonymusRaccoon a6c3e54f9f Fixing a bug with the write in 0x0 2020-02-13 11:09:18 +01:00
AnonymusRaccoon b1a2222b55 Adding the RTI 2020-02-12 16:51:13 +01:00
AnonymusRaccoon 17c0cb8660 Adding the reset 2020-02-12 16:40:06 +01:00
AnonymusRaccoon 8addb29610 Implementing instructions cycles 2020-02-11 17:39:06 +01:00
AnonymusRaccoon bc808bd424 Handling the m flag 2020-02-11 16:30:06 +01:00
AnonymusRaccoon d7002336fa Finishing the main and disabling the invalid opcode throw for now 2020-02-11 14:47:56 +01:00
AnonymusRaccoon f886f8f53c Merge branch 'CPU' of https://github.com/AnonymusRaccoon/ComSquare 2020-02-11 14:37:45 +01:00
AnonymusRaccoon 1c5f82ed32 Creating a real main 2020-02-11 14:37:42 +01:00
AnonymusRaccoon 69f9528d20 Adding all the ADC in the instruction switch case 2020-02-11 14:26:39 +01:00
AnonymusRaccoon 40d7ef1c39 Finishing addressing modes 2020-02-11 13:52:44 +01:00
AnonymusRaccoon fe04834731 Adding indexed direct and absolute addressing modes 2020-02-11 13:45:55 +01:00
AnonymusRaccoon f0ce5760a6 Adding program counter relative addresses 2020-02-11 13:14:53 +01:00
AnonymusRaccoon 7d51bc623e Adding the program counter relative addressing mode 2020-02-11 11:45:22 +01:00
AnonymusRaccoon 3f45f99991 Adding absolute addresses 2020-02-11 11:32:50 +01:00
AnonymusRaccoon fc08e503c8 Adding more addressing modes 2020-02-11 11:21:12 +01:00
AnonymusRaccoon 02760c469d Solving bugs with the rectangle shadow 2020-02-11 10:57:35 +01:00
AnonymusRaccoon 04ea6f25d0 Implementing some addressing modes 2020-02-10 17:50:48 +01:00
AnonymusRaccoon f516e7ec66 Adding more tests for the data bus 2020-02-10 17:09:12 +01:00
AnonymusRaccoon a25daa18b6 Starting to test addressings modes 2020-02-10 14:47:25 +01:00
AnonymusRaccoon bd681c49a1 Reworking the test for the CPU 2020-02-10 11:39:32 +01:00
AnonymusRaccoon fc94563b41 Starting to implement addressing modes 2020-02-07 18:56:24 +01:00
AnonymusRaccoon 36d615ba64 Finishing the first opcode 2020-02-07 17:24:15 +01:00
AnonymusRaccoon 6429e9a284 Implementing a rectangle memory accesor for the Cartridge (for the LoRom) 2020-01-29 18:03:29 +01:00
AnonymusRaccoon 87ecd6c23d Adding documentation and implementations for Ram, VRam, SRam 2020-01-28 14:04:53 +01:00
AnonymusRaccoon 8698642636 Adding implementations of read/write for the CPU's internal registers 2020-01-28 13:24:49 +01:00
AnonymusRaccoon 208d1b14d6 Adding internal registers for the CPU 2020-01-28 11:48:13 +01:00
AnonymusRaccoon 3b96a6f44d Creating a main and a cartridge reader 2020-01-27 18:18:12 +01:00