Commit Graph

44 Commits

Author SHA1 Message Date
6fefd600e1 [cln] Lint errors 2024-02-25 10:01:47 +05:30
aff5103636 [ref] Cleanup 2024-02-21 19:26:33 +05:30
20c90af201 [ref] Cleanup 2024-02-21 18:52:26 +05:30
3f5053ccaa [log] Fix default log level 2024-02-21 10:11:42 +05:30
a359a8370f [aud] Fix audio format 2024-02-21 10:09:35 +05:30
a6c5e4abe5 [doc] comments 2024-02-20 22:54:20 +05:30
137ca87fdc [aud] fix audio stuttering 2024-02-20 22:53:27 +05:30
ee3033f236 [cln] Remove check issues 2024-02-20 12:40:50 +05:30
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
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
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
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
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
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
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
5701808e77 [ram] tests 2024-02-17 12:26:27 +05:30
562a33cdc2 [err] Error names 2024-02-17 11:22:26 +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