]> code.bitgloo.com Git - clyne/ada-chip.git/commit
initial upload
authorClyne Sullivan <clyne@bitgloo.com>
Sat, 11 Jan 2025 17:14:28 +0000 (12:14 -0500)
committerClyne Sullivan <clyne@bitgloo.com>
Sat, 11 Jan 2025 17:14:28 +0000 (12:14 -0500)
commit8fa66b024f91e47d8b5273e8c85ec5f60fe42d5b
tree1e3da4ec5bdfbbcb36ebd30ab9c055c45f50f279
parentcf8c3a51cb01b64ad2bc700fdd2b4906ef864877
initial upload
18 files changed:
.gitignore
ada_chip.gpr [new file with mode: 0644]
alire.toml [new file with mode: 0644]
config/ada_chip_config.ads [new file with mode: 0644]
config/ada_chip_config.gpr [new file with mode: 0644]
config/ada_chip_config.h [new file with mode: 0644]
config/adachip_config.ads [new file with mode: 0644]
config/adachip_config.gpr [new file with mode: 0644]
config/adachip_config.h [new file with mode: 0644]
src/ada_chip.adb [new file with mode: 0644]
src/bit_ops.adb [new file with mode: 0644]
src/bit_ops.ads [new file with mode: 0644]
src/cpu.adb [new file with mode: 0644]
src/cpu.ads [new file with mode: 0644]
src/isa.adb [new file with mode: 0644]
src/isa.ads [new file with mode: 0644]
src/video.adb [new file with mode: 0644]
src/video.ads [new file with mode: 0644]