Commit graph

6 commits

Author SHA1 Message Date
Lionel Flandrin
1e1fbc8c8b Added support for the debug UART
Added a BIOS-specific patch to enable the debug UART since it's
disabled by default.
2016-06-19 20:57:10 +02:00
Lionel Flandrin
262a8c0aab Integrated psxunittests
The tests in src/cpu/tests.rs are autogenerated using
https://github.com/daeken/psxunittest/
2016-06-17 15:04:27 +02:00
Lionel Flandrin
6fe5e6227a Added a BIOS interface to patch the boot animation 2016-06-10 03:06:39 +02:00
Lionel Flandrin
d563f48acf Added getters and setters for the BIOS in Interconnect 2016-06-07 23:12:55 +02:00
Lionel Flandrin
2d26e5fb60 Added savestate support by implementing Encodable/Decodable
Most of the codebase implements Encodable/Decodable now, with the
exception of the BIOS, CD image and gamepads. The BIOS checksum is
stored however, in order for the frontend to know which file to load.
2016-06-07 23:12:55 +02:00
Lionel Flandrin
a16dc1a9c3 Convert Rustation into a library, remove all the SDL2 and OpenGL code
The OpenGL code has been ported to the rustation-libretro repository.
2016-01-27 17:40:34 +01:00