Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MDEC decoder #20

Closed
7 of 11 tasks
JaCzekanski opened this issue Jul 4, 2018 · 1 comment
Closed
7 of 11 tasks

MDEC decoder #20

JaCzekanski opened this issue Jul 4, 2018 · 1 comment
Assignees
Labels

Comments

@JaCzekanski
Copy link
Owner

JaCzekanski commented Jul 4, 2018

  • Implement MDEC decompression algorithm

  • Add missing MDEC commands and status fields

  • Handle DMA0 channel transfer (compressed data in RAM -> MDEC engine)

  • Handle DMA1 channel transfer (decoded data in MDEC -> RAM)

  • 4bit mode

  • 8bit mode

  • 16bit mode

  • 24bit mode

  • Add support for 24bit display mode (hacked)

  • Refactor mdec module

  • It would be nice to have test program running on real PSX which decodes given frame (real data or random "fuzzed" input) and dumps decoded frame (like GTE fuzz automated tests)

@JaCzekanski
Copy link
Owner Author

MDEC is mostly working, but rarely used options (4 and 8 bit modes and grayscale) aren't implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant