Commit Graph

54 Commits

Author SHA1 Message Date
c84360ff5c [cln] Remove todos 2024-02-20 12:39:22 +05:30
3da4eb5ed6 [aud] Add audio subsystem 2024-02-20 12:38:53 +05:30
6f3cfebaec [tst] Fix tests 2024-02-19 23:14:47 +05:30
f523ee91ff [cln] Code cleanup 2024-02-19 23:03:33 +05:30
7e704ff982 [kbd] Add keyboard.rs 2024-02-19 22:38:29 +05:30
58e732f581 [???] Fix program execution 2024-02-19 22:38:09 +05:30
8f9f50b50d [ref] Update reference 2024-02-19 14:43:30 +05:30
e140beff94 [doc] Add screenshots and references 2024-02-19 14:29:44 +05:30
09dc9bd473 [ref] format and use methods to get references
Plus, add setting keyboard support
2024-02-19 14:25:57 +05:30
a6c95eccaf [ref] Cleanup memory 2024-02-19 13:46:27 +05:30
8714e906bc [doc] Status and formatting 2024-02-19 13:41:49 +05:30
3b823ecaf9 [doc] Update status 2024-02-19 13:03:33 +05:30
b7615368c3 [gpu] Implement scaling 2024-02-19 12:59:29 +05:30
384359812a [fix] Precendence fix 2024-02-19 12:39:25 +05:30
2c8a61dcc8 [fix] Get sensible y coordinates 2024-02-19 12:37:53 +05:30
fbf38e4925 [???] Lots of work
Cleanup un-needed elements, simplify memory management
2024-02-19 12:30:27 +05:30
56bf1bbd4d Merge remote-tracking branch 'origin/master' 2024-02-19 09:11:53 +05:30
ff8fa4fcd3 [cln] Cleanup and fixes 2024-02-19 09:11:06 +05:30
a7d55cb2b8 [gpu] Add GPU impl 2024-02-19 09:09:21 +05:30
61c05516b5 [cln] Cleanup imports 2024-02-19 09:08:06 +05:30
3dcdc36c06 [col] Refactor color constants 2024-02-19 09:07:28 +05:30
20f793ef42 Update rust.yml 2024-02-19 08:11:24 +05:30
20ea61b89c Update rust.yml 2024-02-18 22:36:28 +05:30
242867d23f [doc] Update README.md 2024-02-18 22:05:16 +05:30
624e15dd4c [cpu] Impl CPU logic 2024-02-18 22:03:21 +05:30
04d1d9160d [brw] Use cell and refcell to implement shared behaviour 2024-02-18 22:03:10 +05:30
f6eca76b0c [brw] Remove clone and satisfy the borrow checker 2024-02-18 19:45:34 +05:30
ba1c1a1412 [mem] Add memset 2024-02-18 19:24:49 +05:30
7492ba8dd3 [gpu] Add graphics and adapter 2024-02-18 15:11:37 +05:30
91702f3997 [doc] Update progress 2024-02-18 15:11:17 +05:30
a1efa880c1 [dep] Add sdl2 for graphics and input 2024-02-18 15:08:03 +05:30
519ff35b24 [mmu] Redirect memory set bytes 2024-02-18 15:07:41 +05:30
8df1da1d17 [pcr] address checks in Program counter 2024-02-18 09:57:10 +05:30
2f0228eccb Merge remote-tracking branch 'origin/master' 2024-02-18 09:46:19 +05:30
3ccd2006af [pcr] Implement PC 2024-02-18 09:46:10 +05:30
0221eeedaf [ram] Normalize memory access across memory devices 2024-02-18 09:44:49 +05:30
2f0e0b4730 [ref] Refactor memory 2024-02-18 09:35:58 +05:30
d67b608b21 Update README.md 2024-02-17 13:04:41 +05:30
5701808e77 [ram] tests 2024-02-17 12:26:27 +05:30
749dbf249f Merge remote-tracking branch 'origin/master' 2024-02-17 11:22:34 +05:30
562a33cdc2 [err] Error names 2024-02-17 11:22:26 +05:30
491099dd00 Update rust.yml 2024-02-17 11:11:05 +05:30
30efc14f7e Update rust.yml 2024-02-17 11:10:02 +05:30
6783a0ae08 Create rust.yml 2024-02-17 11:00:49 +05:30
1aecdacfde [cln] Cleanup 2024-02-17 10:59:28 +05:30
8cafe36a45 [col] Add color methods 2024-02-17 10:56:36 +05:30
9b853f9ff7 [dbg] Add results 2024-02-17 09:54:41 +05:30
cf0c57b159 [dbg] Add env based log levels 2024-02-17 08:45:13 +05:30
757d01fc25 [dbg] Add endian order operations 2024-02-17 08:44:14 +05:30
9314888e99 [mem] Add mapped memory 2024-02-16 23:13:59 +05:30