Feature checking: Difference between revisions

From vice-emu
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 Table==
==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
! Platforms
|-
|-
| 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
|-
|-
| c64/cart/c64acia1.c
| attach.c
| Acia1Base
| AttachDevice10Readonly
| int
| int
| x128/x64/x64sc/xvic
| all
| rs232-all
|-
|-
| c64/cart/c64acia1.c
| attach.c
| Acia1Dev
| AttachDevice11Readonly
| int
| int
| x64/x64sc/x128/xvic
| all
| all
|}
|}

Revision as of 22: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