74 Commits

Author SHA1 Message Date
Anonymus Raccoon 627fac8f2d Fixing the PHA 2020-05-28 03:45:37 +02:00
Anonymus Raccoon 5f0ed5f561 Adding the WAI and handling NMI & IRQ interrupts 2020-05-14 17:37:06 +02:00
Anonymus Raccoon 8240fbd54c Implementing MVP 2020-05-14 01:06:29 +02:00
Anonymus Raccoon d0e4caf12e Implementing MVN 2020-05-13 23:12:31 +02:00
Anonymus Raccoon 7fe28a8bcc Implemnting the STP 2020-05-13 19:14:53 +02:00
Anonymus Raccoon 051d1d7596 Adding PEA 2020-05-13 18:19:21 +02:00
Anonymus Raccoon fea20fee70 Implemnting PEI 2020-05-13 18:10:56 +02:00
Anonymus Raccoon 876b78a5c9 Implementing PER 2020-05-13 17:52:47 +02:00
Anonymus Raccoon b29d1c4216 Implementing TRB 2020-05-13 17:04:14 +02:00
Anonymus Raccoon 4c4cc6b655 Implementing ROR 2020-05-13 16:35:13 +02:00
Anonymus Raccoon deab98dac0 Implementing ROL 2020-05-13 14:58:37 +02:00
Anonymus Raccoon 475986580d Implementing LSR 2020-05-13 14:39:46 +02:00
Anonymus Raccoon 66f82dc5f0 Implementing ASL 2020-05-13 14:11:58 +02:00
Anonymus Raccoon abe445d202 Adding the BIT instruction 2020-04-28 23:12:43 +02:00
Anonymus Raccoon 26ea447f24 Implementing the XBA 2020-04-08 17:13:00 +02:00
Anonymus Raccoon b9ff47584e Finishing the TSB 2020-04-08 11:39:43 +02:00
Anonymus Raccoon 5485534006 Adding TSB 2020-04-08 11:17:47 +02:00
Anonymus Raccoon a9eca0f039 Implementing TXY and TYX 2020-04-08 11:12:45 +02:00
Anonymus Raccoon f35427f28a Adding most of the transfer instructions 2020-04-07 22:40:53 +02:00
Anonymus Raccoon a40bfd1c3c Implementing the EOR 2020-04-06 18:37:11 +02:00
Anonymus Raccoon f675e45385 Implementing DEC 2020-04-06 18:05:00 +02:00
Anonymus Raccoon 5ded0b44e8 Implementing the INC 2020-04-06 17:59:25 +02:00
Anonymus Raccoon 724a2ca616 Implementing the AND 2020-04-06 17:29:06 +02:00
Anonymus Raccoon 055e7d29bd Cleaning up the CPX/CPY/INX/INY 2020-04-06 17:19:04 +02:00
Anonymus Raccoon 83b8c83e6e Implementing the CMP 2020-04-06 17:12:12 +02:00
Anonymus Raccoon 84f964111c Implementing the RTS/RTL 2020-04-03 22:32:39 +02:00
Anonymus Raccoon 1feab12fec Fixing the BRK/COP 2020-04-03 22:23:54 +02:00
Anonymus Raccoon d73d570139 Implementing the ORA 2020-04-03 15:51:35 +02:00
Anonymus Raccoon 8e7d28dc4d Testing DEX & DEY 2020-04-03 15:24:47 +02:00
Anonymus Raccoon 9f8ae6cb08 Implementing DEX & DEY 2020-04-03 15:14:19 +02:00
Anonymus Raccoon 9be49e283d Solving timing issues 2020-03-28 20:47:13 +01:00
Anonymus Raccoon c9a40be3e2 Fixed a missunderstanding of the pbr use 2020-03-26 23:54:10 +01:00
Anonymus Raccoon 80ebfa8064 Finishing the array of instruction, it now works well 2020-03-26 22:19:16 +01:00
Anonymus Raccoon bd948b520c Implementing an array of instructions with method's pointer for the CPU (it does not work well for now 2020-03-26 03:39:55 +01:00
Anonymus Raccoon 40f843da75 Adding filters 2020-03-24 21:06:54 +01:00
Anonymus Raccoon 95f17c06a8 Finishing to clean tests and adding the start of the bus logger 2020-03-24 01:53:45 +01:00
AnonymusRaccoon 92950dd844 Solving a bug with the jump instruction 2020-03-13 15:33:38 +01:00
AnonymusRaccoon c15ec0a9cb Starting the jump 2020-02-28 20:25:34 +01:00
AnonymusRaccoon d1561f1be3 Adding branch instructions 2020-02-28 19:20:59 +01:00
AnonymusRaccoon 68b82c9cda Implementing CPX and CPY 2020-02-28 17:23:27 +01:00
AnonymusRaccoon 7b34473e63 Adding inx and iny and improving the debugger 2020-02-28 16:41:57 +01:00
AnonymusRaccoon 258194dba7 Solving bugs with the immediate addressing mode 2020-02-28 15:52:46 +01:00
AnonymusRaccoon ddaee43189 Implementing some transfer registers instructions 2020-02-28 13:46:31 +01:00
Anonymus Raccoon 6c3c832539 Solving mistakes about the m flag 2020-02-28 00:37:17 +01:00
Anonymus Raccoon 4394c7625e Implementing a SBC without decimal mode 2020-02-27 23:37:52 +01:00
Anonymus Raccoon a421ef693f Starting the SBC instruction 2020-02-25 23:32:19 +01:00
Anonymus Raccoon 4da96894ae Implementing the XCE instruction 2020-02-25 23:05:15 +01:00
Anonymus Raccoon 38045afe15 Implementing the SET bits instructions 2020-02-25 22:09:37 +01:00
AnonymusRaccoon 91150dfbc1 Adding the AND instruction 2020-02-20 18:32:21 +01:00
AnonymusRaccoon 52b5a6ba23 Implementing the COP instruction 2020-02-19 18:44:45 +01:00