Todo: Difference between revisions

From vice-emu
Jump to navigation Jump to search
Line 91: Line 91:


=====Win32 DX9=====
=====Win32 DX9=====
* Window size isn't saved to resources. (Window0Width/Window0Height suggested)
* There is a bug when moving the window partly outside the left edge of the screen. The rendered contents seem to "lock" to the left border.
* There is a bug when moving the window partly outside the left edge of the screen. The rendered contents seem to "lock" to the left border.



Revision as of 07:48, 19 September 2010

Known Issues

This is the list of known problems. also look at Tracker: open Bugs

  • Commandline `-logfile SOME/FILE.log' fails to record logs to `SOME/FILE.log' when resources are loaded via menu (load settings).
  • emulator system state is always the same when starting. various methods of randomizing data will fail on vice (ie, always give the same result) when using the autostart feature. this could perhaps be solved (atleast partially) by inserting a random delay before "run"

Keyboard

  • When a key which is shifted on the real machine but unshifted on the PC or Unix keyboard you are using is pressed, the virtual shift is pressed together (i.e. at the same clock cycle) with the main key; this could not work with some keyboard routines. Workaround: If you have to use the function keys, press the (real) shift key manually (e.g. F2 = Shift + F1, F4 = Shift + F3 and so on); this also works with other keys.
  • The restore key handling should be changed to distribute keypresses randomly across a frame.

Monitor

Sound System

CPU

VIC-II

  • VIC-II shows wrong colors when switching from hires background to idle with borders open (Krestology).
  • VIC-II fetches from cartridge in ultimax mode are broken

VDC

Drive Emulation

  • Dual disk drive 2040/3040 support (DOS1, 670 blocks free) is not working
  • when using a dual drive the actual drive number is ignored, ie the same disk appears to be inserted in both drives. this confuses some programs.
  • the drive rom can not be read using "m-r" when tde is disabled (instead zeros will be returned). this is actually not a missing feature but a bug - because the code _does_ return the drive rom array, its just not loaded. however, the current situation (returning zeros) should be default for most practical situations - so when this gets fixed, it should be optional.

TDE

Printer Emulation

Cartridge System

  • the c64/c128 cartridge system has several limitations when multiple carts are to be attached at the same time. (in progress)
  • support for c128 specific control lines is missing in the c64/c128 cartridge system
  • there is currently (almost) no support for cartridges when making snapshots
  • some carts do not work 100% yet, for details look here

x128

  • Support for fast mode (2MHz) is implemented but incomplete, detailed information about the stealing of cycles by the VICII when switching back from fast mode is missing and therefor the emulation of it is incorrect.

xplus4

xcbm2

  • The CBM-II emulator, when the execution bank is set to an open memory bank, sets the zeropage and stack access to unmapped, but actually existing memory. This is a bug but cannot be avoided with the current CPU code architecture.
  • In the C510 emulation the VIC-II timing is not exact, i.e. the stopping of the CPU during bad lines is wrong.
  • Although both are emulated in the xcbm2 emulator, switching between C510 and C6x0/7x0 is not possible at runtime. Workaround: Use command line option "xcbm -model 510".

xpet

  • When running the burn-in and diagnostics test of the 8296 system disk on "xpet -model 8296" a lot of stuff fails.

UIs

  • Screenshots with activated PAL emulation do not deliver the expected (blurry) result.
  • In the C128 emulation VIC-II and VDC palette can not coexist currently in some ports.
  • The CBM-II emulation is not fully supported in all ports.

Windows

Win32 DX9
  • There is a bug when moving the window partly outside the left edge of the screen. The rendered contents seem to "lock" to the left border.

X11 (XAW and GTK)

  • Aspect ratio/scaling is broken in fullscreen mode when hardware rendering is enabled (canvas is always stretched to fill the entire screen)
  • the mouse pointer is incorrectly un-grabbed when switching from/to fullscreen with the mouse- or lightpen emulation enabled.
  • The custom TextField widget is buggy and can cause crashes on DEC/Alpha machines, and possibly on other systems too. If you get weird X protocol errors or the file selector makes the emulator die when you close it, this might be the cause. Workaround: recompile with the `--disable-textfield' option. If it still does not work, please tell us.
Vidmode
  • lightpen coordinates are not accurate when using vidmode for fullscreen
GTK
  • Gnome/GTK+ commandline is ignored.
XAW
  • Xaw UI context popup menu for drive attach is broken if more than two drives are active.
  • Some DEC/Alpha machines crash due to the XAW implementation. Workaround: Compile VICE with GNOME support `--enable-gnomeui' instead.
  • Using X11 XAW it is not possible to enter the disk name in the create empty disc image dialog.

MS-DOS

  • In the MS-DOS port you have to save the configuration and restart the emulator when changing VDC double size mode.

New Features

This is the place for the VICE developers to put down ideas about the future development of VICE.

Some of these ideas might never be realized, and might look completely absurd, but they could be the inspiration for other ideas.

By putting these ideas down they will be known to any other developers that would like to pick up one of the ideas and implement it.

also look at Tracker: open Feature Requests

  • native screenshot support. (in progress)
  • script language integration. (lua or python perhaps)
  • Allow tape loading without the virtually pressed "Play" button, which can break some programs that do not like it to be pressed (e.g. Turbo Assembler).
  • Some more Kernal patches, for instance for changing colors and patching the reset routine to make it faster (maybe configurable).

Hardware emulation

  • Sound.
    • c64/c128 SFX sound sampler audio input support. ([1])
    • plus4 digiblaster audio input support. ([2])
    • Covox Sound Master audio input (joystick port) support. ([3])
    • Magic Voice cartridge support. ([4]) (in trunk - Gpz 19:34, 20 May 2010 (UTC))
    • PS64 speech cartridge support. ([5])
    • Voice Messenger cartridge support. ([6])
    • Daisy Sound sampler support. ([7])
  • RTC.
    • c64/c128 rtc (ds12c887) support. ([8]) (in progress).
    • BB-RTC (joystick port 2) support. ([9])
    • RTC64 support. ([10])
    • C64 smartmouse RTC support.
    • PET ROM-socket RTC support. ([11])
    • VIC20 RTC cartridge support. ([12])
    • C64 RTC 58321 (userport) ([13])
  • Input.
    • c64/c128 numeric keypad support. ([14])
    • c64/c128 pc-joystick support. ([15])
    • datel 3-button mouse support. ([16])
    • Koala-pad support. ([17])
    • animation station support. ([18])
    • Power-pad support.
    • super sketch support. ([19])
  • Storage/Memory.
    • c64/c128 ramlink support. ([20] [21])
    • c64/c128 ramdrive support.
    • vic20 iec2ata support. ([22])
      • pointless to emulate, as it is a simple iec device, very similar to what you get when using virtual drive on the filesystem. Gpz 05:08, 15 August 2010 (UTC)
    • IDE64 cdrom/iso support.
    • c64/c128 1.44 MB disk drive support. ([23])
    • c64/c128 SCSI expansion support. ([24])
    • D9060/D9090 CBM harddrive support. ([25])
    • CMD harddrive support. ([26])
    • c128 plus60k support.
    • c128 plus256k support.
    • c128 256K memory expansion hack support.
    • 8296 pet hardware ram lines connected to userport support.
    • 8296 RAMdisk 2008 support. ([27])
    • MiniChief type harddrives support. ([28])
    • CIA-IDE-HD support. ([29])
    • MW1000 HD support. ([30])
    • Alpha20 HD support. ([31])
    • Alpha10 HD support. ([32])
    • Borsu20 HD support. ([33])
    • HardBox HD support. ([34])
    • Userport RocketDrive support. ([35])
  • Video output.
    • c64 support for PAL-N timing: ([36]) (in trunk)
    • c64 LCD64 screen support. ([37])
    • 8296 pet switchable 4 screens output support.
  • Alternate CPU / Acceleration.
    • c64 z80 (cpm) cartridge support.
    • c64 turbo master cartridge support (4Mhz 65C02). ([38] [39])
    • c64 turbo process cartridge support (4Mhz 658156). ([40] [41])
    • c64 flash-8 cartridge support (8Mhz 65816). ([42])
    • c64/c128 SCPU cartridge support (20Mhz 65816). ([43] [44])
    • c64 The Final Chesscard (65c02) ([45])
    • c64 german BTX cartridge (6809)
    • superpet 6809 support.
    • cbm2 z80 support.
    • cbm2 8088 support.
  • Communication
    • c64 p64 midi interface: ([46])
    • vic20 ethernet support. ([47])
    • pet IEEE488 -> IDE/RS232 support. ([48])
    • IDE64 eth64 shortbus expansion support. ([49])
    • IDE64 duart shortbus expansion support. ([50])
    • CBM1660 (userport) modem300 support. ([51])
    • CBM1670 (userport) modem1200 support. ([52])
    • FB-RS232 (userport) support. ([53])
    • Net64 cartridge support. ([54])
  • Scanner / Video input
    • Scantroniks handscanner (userport) support. ([55])
    • Video Byte II video digitizer (userport) support. ([56])
    • Computera Eyes video digitizer (userport) support. ([57] [58])
    • Video Byte II cartridge support ([59])
  • Cartridges
    • Community Information Locator Commodore 64/128 addon cartridge ([60])
    • Pagefox cartridge ([61]) - WANTED: cart binary and demo disk. should be easy to add [gpz]
    • SoftPROM cartridge ([62]) - somewhat pointless imho, unless software specifically designed for this cart can be found (which i doubt). other than that its just an ordinary 8k game cart (with battery backed up ram instead of rom). [gpz]

new Ports/GUI improvements

  • Make a list of GUI elements/features per port, compare and implement any missing features for the ports.
  • windows-ce X11 support.
  • amiga X11 support.
  • RiscOS X11 support.
  • Port to Plan9
  • Port to win16
  • Port to win32s (maybe by using windib)
  • Port to macos classic (8.x/9.x).
  • Port to VersaDOS
  • Make OS/2 SDL port.
  • Make atari mint SDL port.
  • Make macos classic SDL port.
  • Make dreamcast SDL port.
  • Make GP32 SDL port.
  • Make PSP SDL port.
  • Make WII SDL port.
  • Make PALMOS SDL port.
  • Make GBA SDL port.
  • Make NDS SDL port.
  • Make PS2 SDL port.
  • Make GameCube SDL port.
  • Make VAX OpenVMS SDL port.
  • Make ALPHA OpenVMS SDL port.
  • Make HPPA OpenVMS SDL port.
  • Make Symbian OS SDL port.
  • Make XBOX360 SDL port.
  • Make Ipod/Iphone SDL port.
  • Debug/fix the XBOX SDL port.
  • Debug/fix the RiscOS SDL port.
  • Debug/fix the Windows-CE SDL ports.
  • Completely update the RiscOS GUI.
  • Completely update the GP2X GUI.

GTK

  • add "commandline options" help window (like in the windows port)
  • add Drag'n'Drop support
  • add Session Management
  • improve Tape status widget, (.TAP vs .t64) handling is lousy.
  • implement Monitor GUI
  • add VIC20 Cartridge attach heuristic for image pairs

XAW

  • add "commandline options" help window (like in the windows port)

Rewrites

  • Split xcbm2 into a 5x0 binary and 6x0/7x0 binary.
  • Split the vsid mode off from x64, making vsid a seperate binary.
  • The "sc" rewrites. Migrate emulators to the cycle based CPU core (6510dtvcore.c, should be renamed), which allows:
    • cycle based hooks for complex hardware expansions (SCPU)
    • in-line graphics data change emulation (see testprogs/VICII/gfxfetch)
    • cycle exact Blitter/DMA vblank start and proper LinearA/B counter handling on x64dtv
    • cycle based drawing
  • ...and requires (at least):
    • rewrite video chip modules to use:
      • cycle based fetch/etc (VIC & VICII done, VICII-DTV in progress)
      • cycle based drawing (VICII done)
    • remove 1 clock write offset in CIA etc (at least CIA/VIA already handled in trunk)
    • an insane amount of regression testing (preferably with new testprogs where needed)

Documentation

  • Update the *nix documentation
  • proper and specific win32 documentation. (.chm format)
  • proper and specific amiga documentation. (.guide format)
  • proper and specific BeOS documentation.
  • proper and specific MSDOS documentation. (.txt format)
  • proper and specific OS/2 documentation.
  • proper and specific RiscOS documentation.
  • proper and specific SDL documentation.

Translations

  • Support for more languages.
  • Translation support for BeOS.
  • Translation support for MSDOS
  • Translation support for OS/2
  • Translation support for RiscOS.