1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2024-06-01 20:41:32 +00:00

Commit Graph

  • 3032baeac4 Temporarily disable assert checking if instr was implemented. Radosław Kujawa 2017-01-18 14:37:24 +0100
  • bd0eeea144 Adjust build process and instruction-related funcs. Radosław Kujawa 2017-01-18 12:09:14 +0100
  • 611f51201f Generate instruction set from CSV file and awk script. Radosław Kujawa 2017-01-18 12:08:55 +0100
  • 372dca2db8 Remove instruction set. Radosław Kujawa 2017-01-18 12:08:07 +0100
  • e36a9c34fb Add accumulator addressing mode handling. Radosław Kujawa 2017-01-18 11:12:37 +0100
  • 23802b176f Instruction set definition is now private to 65c02isa.c, has API. Radosław Kujawa 2017-01-17 14:29:20 +0100
  • aa362b81fd Add structs representing current emulator state. Radosław Kujawa 2017-01-17 11:28:42 +0100
  • d515954f44 Move reg_state struct to header, rename op to opcode. Radosław Kujawa 2017-01-17 11:18:48 +0100
  • 0da3d6dc5f Instruction addressing modes now handled with enum. Radosław Kujawa 2017-01-17 00:42:31 +0100
  • 5861d40352 When linking against static lib, the order matters. Radosław Kujawa 2017-01-16 23:56:10 +0100
  • a0821195c7 Also build static library and use it for tests. Radosław Kujawa 2017-01-16 23:54:46 +0100
  • 64e71a081f Since this is a library, off with the main function now. Radosław Kujawa 2017-01-16 23:54:24 +0100
  • f298eaade0 rk65c02 is now a shared library. Radosław Kujawa 2017-01-16 22:56:07 +0100
  • b446b08271 Add missing argument to bus_finish() prototype. Radosław Kujawa 2017-01-16 22:55:42 +0100
  • 0a43717337 Add first test cases (for bus access). Radosław Kujawa 2017-01-16 22:54:51 +0100
  • 26384ce27d Add asserts to freeing the bus. Radosław Kujawa 2017-01-16 21:34:56 +0100
  • e7c81c0fbc Initial import, skeleton... Radosław Kujawa 2017-01-16 19:35:28 +0100
  • 4fdc2e4de1 Initial commit Radosław Kujawa 2017-01-16 19:33:02 +0100