WIP
DirectOutput framework for virtual pinball cabinets WIP
|
Go to: Overview |
Simple class containing the mappinging between tablename and romname More...
Properties | |
string | TableName [get, set] |
Gets or sets the name of the table. This is not necessarly the same as the name of the table file. Use fuzzy text matching to find the right TableName. More... | |
string | RomName [get, set] |
Gets or sets the name of the rom of the table. Typically the property will contain the short romname of the table (same as in the ini files). More... | |
Simple class containing the mappinging between tablename and romname
Definition at line 10 of file Mapping.cs.
|
getset |
Gets or sets the name of the rom of the table. Typically the property will contain the short romname of the table (same as in the ini files).
The name of the rom.
Definition at line 26 of file Mapping.cs.
|
getset |
Gets or sets the name of the table. This is not necessarly the same as the name of the table file. Use fuzzy text matching to find the right TableName.
The name of the table.
Definition at line 19 of file Mapping.cs.