Added k-line files from 1.9 version, works until dfi

This commit is contained in:
2026-03-30 21:33:37 +02:00
parent c9c2abb4a6
commit b43177774e
13 changed files with 2001 additions and 18 deletions

View File

@@ -0,0 +1,25 @@
/*
* psg_prop.h
*
* Created on: Aug 19, 2025
* Author: herli
*/
#ifndef INC_PSG_PROP_H_
#define INC_PSG_PROP_H_
typedef struct {
char client_ident[13]; // 12 + null
char unk_ident1[11];
char soft_info[11];
char unk_ident2[11];
char unk_ident3[11];
} PSGControllerInfo;
#define i_Ident "0470504005"
#define i_SerialN "225832"
#define i_modIndex "000004"
#endif /* INC_PSG_PROP_H_ */