Commit Graph

28 Commits

Author SHA1 Message Date
Cédric Alexander Tremblay e1f2c600d1
Fixed type error when compiling for arm (#1122)
* Fixed type error when compiling

* Replaced 'atoi(fb) == -1' to 'fb == (char*)-1'
2023-03-08 21:35:08 -06:00
Tony Kuker 5fb1dbcdb6 Fill the entire framebuffer with color instead of a random corner 2022-01-23 03:56:39 +00:00
Tony Kuker 4332c6db6a Add trace statements to help with debugging 2022-01-22 20:58:02 +00:00
Tony Kuker 8bae98de20 Added logic to derive the color palette if the framebuffer update is too big 2022-01-21 03:10:25 +00:00
Tony Kuker 9bcc3d09a7 Fixed compiler errors 2022-01-21 03:03:07 +00:00
Tony Kuker 0fcded84d0 Cleanup and add meaningful error reporting 2022-01-21 02:37:48 +00:00
Tony Kuker 9186ef063e Color is working with hard-coded color palette 2022-01-20 03:37:01 +00:00
Tony Kuker b8ffde49ca fix b&w inverted 2022-01-19 23:25:29 +00:00
Tony Kuker 2a04c8f031 Color palette handling enhancements 2022-01-19 22:56:37 +00:00
Tony Kuker a0d4b3d670 Optional code to save the framebuffers and color palettes. Fix B&W color palette 2022-01-19 21:03:26 +00:00
Tony Kuker eff5bc14a6 Fixed 256 color positioning 2022-01-19 19:59:04 +00:00
Tony Kuker 0fefe5ed69 Updated to properly receive color palette 2022-01-19 19:31:09 +00:00
Tony Kuker ea920205a8 Fix crashing 2022-01-18 23:30:05 +00:00
Tony Kuker 16daf64a3c intermediate checkin 2022-01-18 22:20:14 +00:00
akuker c5fdee898a
Fix compilation error 2022-01-17 10:15:44 -06:00
Tony Kuker cc23549776 1 and 8 bit grays working 2022-01-16 22:35:11 +00:00
Tony Kuker 9cc40d3da3 Updated to work with multiple screen resolutions (only black & white) 2022-01-16 21:45:29 +00:00
Tony Kuker a05c7d795d Blank flashing cursor when powerview is enabled 2022-01-16 20:13:01 +00:00
Tony Kuker ffa565a8b4 Initialize the framebuffer to blue and implement a couple more commands 2022-01-15 05:13:06 +00:00
Tony Kuker 685da31c70 Now it really friggin worksgit diff 2022-01-10 03:19:21 +00:00
Tony Kuker 02a4dc39db it freakin works 2022-01-10 02:47:54 +00:00
Tony Kuker d2123b2f86 Updated to calculate the length of CA command 2022-01-09 04:41:08 +00:00
Tony Kuker f09fb6dd2f Additional powerview processing implemented 2022-01-08 22:04:34 +00:00
Tony Kuker 9f8fc1fb8a Added hooks for C8-CCh 2022-01-08 04:51:51 +00:00
akuker 983b0257c9 Added Cmd C8-CC 2022-01-07 20:53:42 -06:00
Tony Kuker 2bc809b0a5 Added inquiry response 2022-01-04 21:25:36 +00:00
RaSCSI User 610238659d enable powerview in rasctl 2021-12-27 23:41:32 +00:00
RaSCSI User d8aa839118 Initial framework for PowerView emulation 2021-12-27 23:32:41 +00:00