Feature checking: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
It will be used to match up resources, command-line options and gui elements, and it will highlight any missing features, unused or unaccessable features/resources, which can then be used to make the emulators and gui's 'complete'. | It will be used to match up resources, command-line options and gui elements, and it will highlight any missing features, unused or unaccessable features/resources, which can then be used to make the emulators and gui's 'complete'. | ||
==Resources | ==Resources Tables== | ||
The following table are the resources used for all ports: | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 12: | Line 13: | ||
! Type | ! Type | ||
! Emulators | ! Emulators | ||
|- | |- | ||
| c128/c128mmu.c | | c128/c128mmu.c | ||
Line 18: | Line 18: | ||
| int | | int | ||
| x128 | | x128 | ||
|- | |||
| attach.c | |||
| AttachDevice8Readonly | |||
| int | |||
| all | |||
|- | |||
| attach.c | |||
| AttachDevice9Readonly | |||
| int | |||
| all | | all | ||
|- | |- | ||
| | | attach.c | ||
| | | AttachDevice10Readonly | ||
| int | | int | ||
| | | all | ||
|- | |- | ||
| | | attach.c | ||
| | | AttachDevice11Readonly | ||
| int | | int | ||
| all | | all | ||
|} | |} |
Revision as of 21:45, 15 February 2012
Reason for this page
This page is used to keep track of the available features of all emulators on all ports.
It will be used to match up resources, command-line options and gui elements, and it will highlight any missing features, unused or unaccessable features/resources, which can then be used to make the emulators and gui's 'complete'.
Resources Tables
The following table are the resources used for all ports:
File | Name | Type | Emulators |
---|---|---|---|
c128/c128mmu.c | 40/80ColumnKey | int | x128 |
attach.c | AttachDevice8Readonly | int | all |
attach.c | AttachDevice9Readonly | int | all |
attach.c | AttachDevice10Readonly | int | all |
attach.c | AttachDevice11Readonly | int | all |