Initial implementation of ALi M6117D

This commit is contained in:
RichardG867
2020-09-08 21:43:54 -03:00
parent eca3d62be8
commit a8c813cb4b
3 changed files with 355 additions and 2 deletions

View File

@@ -26,6 +26,9 @@ extern const device_t ali1429_device;
#if defined(DEV_BRANCH) && defined(USE_M1489)
extern const device_t ali1489_device;
#endif
#if defined(DEV_BRANCH) && defined(USE_STPC)
extern const device_t ali6117d_device;
#endif
/* AMD */
extern const device_t amd640_device;