Developer log: Difference between revisions

From vice-emu
Jump to navigation Jump to search
No edit summary
Line 133: Line 133:
** new Resource: CrtcStretchVertical (BOOL, default = TRUE)
** new Resource: CrtcStretchVertical (BOOL, default = TRUE)
**: when enabled, VDC and 80 colums CRTC output will be stretched vertically.
**: when enabled, VDC and 80 colums CRTC output will be stretched vertically.
** '''TODO''': add UI items for the following ports: beos, dos
** '''TODO''': add UI items for the following ports: dos
** in order to support different magnification factors easily, the meaning of the videoconfig->doublesizex and videoconfig->doublesizey variables has slightly changed, it will now contain the actual magnification factor - 1. therefor in order to update your code, just change this kind of stuff:
** in order to support different magnification factors easily, the meaning of the videoconfig->doublesizex and videoconfig->doublesizey variables has slightly changed, it will now contain the actual magnification factor - 1. therefor in order to update your code, just change this kind of stuff:
**: <code> if (canvas->videoconfig->doublesizex) { width *= 2; }</code>
**: <code> if (canvas->videoconfig->doublesizex) { width *= 2; }</code>
Line 140: Line 140:
**: note: since 0 is still used for no magnification, you will only see an effect of this change when using VDC or 80 colums CRTC in doublesize mode with vertical stretching enabled, so use that for testing :) (ie, double size for VDC and 80 colums CRTC *really* means double size now)
**: note: since 0 is still used for no magnification, you will only see an effect of this change when using VDC or 80 colums CRTC in doublesize mode with vertical stretching enabled, so use that for testing :) (ie, double size for VDC and 80 colums CRTC *really* means double size now)
**: note: since vertical stretching is enabled by default, enabling double size mode for VDC or 80 colums CRTC in code that has not been updated will most likely crash. (on the other hand, every other case will still work fine)
**: note: since vertical stretching is enabled by default, enabling double size mode for VDC or 80 colums CRTC in code that has not been updated will most likely crash. (on the other hand, every other case will still work fine)
** '''TODO''' update the following ports: beos, dos
** '''TODO''' update the following ports: dos


* added model selection to xplus4 (r24285)
* added model selection to xplus4 (r24285)
Line 161: Line 161:


* xpet, xvic, xplus4 now all support all SID engines (r24288)
* xpet, xvic, xplus4 now all support all SID engines (r24288)
** '''TODO''': change GUI items in following ports: amiga, beos, dos, os/2
** '''TODO''': change GUI items in following ports: amiga, dos, os/2, win32


* video filter resources merged and made chip specific (r24298)
* video filter resources merged and made chip specific (r24298)
Line 267: Line 267:
** changed Resource: "SidStereo", instead of 0=off, 1=on, it's now: 0=off, 1=1 extra sid, 2=2 extra sids.
** changed Resource: "SidStereo", instead of 0=off, 1=on, it's now: 0=off, 1=1 extra sid, 2=2 extra sids.
** new Resource: "SidTripleAddressStart", the address of the 3rd sid.
** new Resource: "SidTripleAddressStart", the address of the 3rd sid.
** '''TODO:''' add/change gui items in the following ports: beos, dos, osx
** '''TODO:''' add/change gui items in the following ports: dos, osx


* Added drive sound emulation
* Added drive sound emulation
** There's a new resource called "DriveSoundEmulation",  
** There's a new resource called "DriveSoundEmulation",  
** '''TODO:''' add menu entries to following ports: beos, dos, osx
** '''TODO:''' add menu entries to following ports: dos, osx


===2.3.12 (r24924)===
===2.3.12 (r24924)===
Line 297: Line 297:
* added "no border" mode to VIC-II (r25076)
* added "no border" mode to VIC-II (r25076)
** "VICIIBordermode" (enum) extended to VICII_NORMAL_BORDERS, VICII_FULL_BORDERS, VICII_DEBUG_BORDERS, VICII_NO_BORDERS
** "VICIIBordermode" (enum) extended to VICII_NORMAL_BORDERS, VICII_FULL_BORDERS, VICII_DEBUG_BORDERS, VICII_NO_BORDERS
** '''TODO:''' add GUI items to following ports: beos, dos, osx
** '''TODO:''' add GUI items to following ports: dos, osx


* added border mode selection to VIC (r25079)
* added border mode selection to VIC (r25079)
** new Resource: "VICBordermode" (enum) VIC_NORMAL_BORDERS, VIC_FULL_BORDERS, VIC_DEBUG_BORDERS, VIC_NO_BORDERS
** new Resource: "VICBordermode" (enum) VIC_NORMAL_BORDERS, VIC_FULL_BORDERS, VIC_DEBUG_BORDERS, VIC_NO_BORDERS
** '''TODO:''' add GUI items to following ports: beos, dos, osx
** '''TODO:''' add GUI items to following ports: dos, osx


* added border mode selection to TED (r25124)
* added border mode selection to TED (r25124)
** new Resource: "TEDBordermode" (enum) TED_NORMAL_BORDERS, TED_FULL_BORDERS, TED_DEBUG_BORDERS, TED_NO_BORDERS
** new Resource: "TEDBordermode" (enum) TED_NORMAL_BORDERS, TED_FULL_BORDERS, TED_DEBUG_BORDERS, TED_NO_BORDERS
** '''TODO:''' add GUI items to following ports: beos, dos, osx
** '''TODO:''' add GUI items to following ports: dos, osx


===2.3.15 (r25340)===
===2.3.15 (r25340)===
Line 319: Line 319:
* added support for "Kingsoft" and "Starbyte" 4-player joystick adapters (r25440)
* added support for "Kingsoft" and "Starbyte" 4-player joystick adapters (r25440)
** extended resource ExtraJoyType (enum) to 0..6 (USERPORT_JOYSTICK_CGA, USERPORT_JOYSTICK_PET, USERPORT_JOYSTICK_HUMMER, USERPORT_JOYSTICK_OEM, USERPORT_JOYSTICK_HIT, USERPORT_JOYSTICK_KINGSOFT, USERPORT_JOYSTICK_STARBYTE). added USERPORT_JOYSTICK_NUM respectively (userport_joystick.h)
** extended resource ExtraJoyType (enum) to 0..6 (USERPORT_JOYSTICK_CGA, USERPORT_JOYSTICK_PET, USERPORT_JOYSTICK_HUMMER, USERPORT_JOYSTICK_OEM, USERPORT_JOYSTICK_HIT, USERPORT_JOYSTICK_KINGSOFT, USERPORT_JOYSTICK_STARBYTE). added USERPORT_JOYSTICK_NUM respectively (userport_joystick.h)
** '''TODO:''' update gui items (x64/x64sc/x128) in following ports: beos, msdos, osx
** '''TODO:''' update gui items (x64/x64sc/x128) in following ports: msdos, osx


===r25459===  
===r25459===  

Revision as of 06:00, 1 July 2012

The developer log is intended to be a central place for all developers to take down notes on what has changed during development. This helps to keep all porters up to date regarding API and Resource changes.

Status

r25372 win32 (1) *nix (1) osx (29) amiga (39) beos (43) dos (39) os/2 (55) SDL (1) gp2x (-)
r25801 win32 (-) *nix (-) osx (30) amiga (37) beos (41) dos (40) os/2 (4) SDL (-) gp2x (-)
r25858 2.3.19 win32 (-) *nix (-) osx (30) amiga (9) beos (41) dos (40) os/2 (4) SDL (-) gp2x (-)


more than one open issue from before the last release version
no open issues from before the last release version, plus at most one other open issue
no open issues from before the last release version
no open issues from before the last tagged version, plus at most one other open issue
no open issues from before the last tagged version
no open issues

Trunk

Here is a short overview of all changes made in trunk that are relevant for the respective port/gui maintainers.

Note: new stuff should be added at the bottom and each item should have the related svn revision

Port/GUI Maintainers should remove their port from the respective item when it is implemented. Items which have no more TODOs left should then be moved to the Developer_log_old Page to keep the size of this page down (and hopefully shrinking :))

Also don't forget Todo#Ports_.2F_UIs


2.1.14 (r21002)

  • Lightpen/gun support (21132)
    • NEW: Lightpen/gun emulation in x64, x128 and xvic
    • Resource: Lightpen (toggle)
    • Resource: LightpenType (enum, see lightpen.h)
      • 0=Pen with button Up (TODO: product name Atari CX75)
      • 1=Pen with button Left (TODO: product name?)
      • 2=Datel Pen
      • 3=Magnum Light Phaser
      • 4=Stack Light Rifle
    • TODO: Lightpen driver and UI items for the following ports: amiga, beos, os/2
    • NOTE: see SDL or win32 for driver implementation example

2.2.7 (r22889)

  • NEW: archdep_fix_permissions (r23053)
    • should set the permissions of a given file to "rw", respecting the current umask (if any)
    • TODO: add proper code for the following ports: beos
    • TODO: ...and copy to arch/sdl/archdep_* when doing that

2.3.6 (r23990)

  • ACIA/swiftlink/turbo232 base selectable, $DE00/$DF00 for c64/c128 and $D700 for c128 only (r24036)
    • TODO: add ACIA base address select UI item for the following ports: beos

2.3.8 (r24123)

  • MasC=uerade adapter support added to xvic.
    • TODO: add georam, digimax, acia/swiftlink/turbo232, sfx sound sampler, sfx sound expander and tfe UI items for the following ports: beos

2.3.9 (r24210)

  • additional functions signals_pipe_set() and signals_pipe_unset() added in arch/*/signals.c (r24261)
    • to check if a port needs this implemented, type this into one terminal:
    x64 -remotemonitor
    and this into another:
    echo "reset" | nc -p 6510
    now terminate the connection by pressing ctrl-c. if the emulator now quits (or crashes) you probably need to handle SIGPIPE, ie set up a signal handler for SIGPIPE that calls monitor_abort() (see the unix code as an example). if not, just locate the respective fixme note in 'your' sourcefile and remove it.
    • TODO: check/confirm/implement for the following ports: amiga, beos, dos, os/2
    • TODO: ...and copy to arch/sdl/archdep_* when sigpipe handling is required
  • additional random delay when autostarting (r24278)
    when enabled, this will delay by a random amount of cycles (up to 10 frames) before autostarting to introduce randomness into the system state.
    • new Resource: AutostartDelayRandom (BOOL, default = TRUE)
    • TODO: add UI items for the following ports: beos, dos
  • proper handling for double size and y-stretching (r24284)
    • new Resource: VDCStretchVertical (BOOL, default = TRUE)
    • new Resource: CrtcStretchVertical (BOOL, default = TRUE)
      when enabled, VDC and 80 colums CRTC output will be stretched vertically.
    • TODO: add UI items for the following ports: dos
    • in order to support different magnification factors easily, the meaning of the videoconfig->doublesizex and videoconfig->doublesizey variables has slightly changed, it will now contain the actual magnification factor - 1. therefor in order to update your code, just change this kind of stuff:
      if (canvas->videoconfig->doublesizex) { width *= 2; }
      to that type of thing:
      if (canvas->videoconfig->doublesizex) { width *= (canvas->videoconfig->doublesizex + 1); }
      note: since 0 is still used for no magnification, you will only see an effect of this change when using VDC or 80 colums CRTC in doublesize mode with vertical stretching enabled, so use that for testing :) (ie, double size for VDC and 80 colums CRTC *really* means double size now)
      note: since vertical stretching is enabled by default, enabling double size mode for VDC or 80 colums CRTC in code that has not been updated will most likely crash. (on the other hand, every other case will still work fine)
    • TODO update the following ports: dos
  • added model selection to xplus4 (r24285)
    • look at plus4/plus4model.h for models and functions, it works just like the c64 counterpart
    • TODO: add GUI items to following ports: beos, dos, osx
  • ACIA emulation can be disabled in xplus4 (r24285)
    • new Resource: Acia1Enable (BOOL, default = TRUE)
    • TODO: add GUI items to following ports: beos, dos
      Note: this toggles wether the internal ACIA is present or not. actual rs232 emulation may be "enabled" even if no ACIA is present. so this item should go near to the other hardware/i/o extensions/options.
  • xplus4 cartridge system unified to common api (r24285)
    • new Resource: CartridgeReset (BOOL, default = TRUE)
      when enabled, reset the emulated machine when changing cartridges
    • TODO: add GUI items to following ports: beos, dos, osx
  • added model selection to x64dtv (r24287)
    • look at c64dtv/c64dtvmodel.h for models and functions, it works just like the c64 counterpart
    • TODO: add GUI items to following ports: beos, dos, osx
  • xpet, xvic, xplus4 now all support all SID engines (r24288)
    • TODO: change GUI items in following ports: amiga, dos, os/2, win32
  • video filter resources merged and made chip specific (r24298)
    • removed Resources: "PALEmulation" and "<CHIP>Scale2x"
    • new Resources: "<CHIP>Filter" (enum) VIDEO_FILTER_NONE, VIDEO_FILTER_CRT, VIDEO_FILTER_SCALE2X
    • TODO: change GUI items in following ports: dos
      Note: VDC and CRTC do not support scale2x
  • color- and crt emulation resources made chip specific (r24298)
    • changed Resources "ColorSaturation" -> "<CHIP>ColorSaturation"
    • changed Resources "ColorContrast" -> "<CHIP>ColorContrast"
    • changed Resources "ColorBrightness" -> "<CHIP>ColorBrightness"
    • changed Resources "ColorGamma" -> "<CHIP>ColorGamma"
    • changed Resources "ColorTint" -> "<CHIP>ColorTint"
    • changed Resources "PALScanLineShade" -> "<CHIP>PALScanLineShade"
    • changed Resources "PALBlur" -> "<CHIP>PALBlur"
    • changed Resources "PALOddLinePhase" -> "<CHIP>PALOddLinePhase"
    • changed Resources "PALOddLineOffset" -> "<CHIP>PALOddLineOffset"
    • TODO: change GUI items in following ports: dos
      Note: VDC and CRTC do not support oddline phase/offset
  • video_render_initraw() takes additional render config parameter (r24308)
  • after above changes, check wether VDC and VIC-II palettes can coexist, and update the todo list here: Todo#Ports_.2F_UIs
    • TODO: check following ports: beos, dos, osx
  • vsid is a seperate machine and splitted into a seperate binary (r24321)
    • vsid_mode is deprecated. change all if (vsid_mode) ... to if (machine_class == VICE_MACHINE_VSID)
      Note: in some cases checking for console_mode and/or video_disabled_mode might be better
      Note: if there are switch statements in archdep code which check for machine_class, then adding VICE_MACHINE_VSID to them might be required (one common spot seems to be in joystick_init_cmdline_options())
    • TODO: update following ports: dos, osx
    • TODO: ... and remove vsid_mode in main.c
    • NOTE: if a port has no fully working vsid ui, remove it here and add it to the todo list here: Todo#Ports_.2F_UIs
  • after above changes put the status of the vsid ui into the todo list here: Todo#Ports_.2F_UIs
    • TODO: check following ports: beos, dos, osx
  • xcbm5x0 splitted from xcbm2 into a seperate machine and binary (r24326)
    • Resource "UseVicII" removed (no more needed)
    • TODO: remove gui items/references in following ports: dingoo
    • due to the split, some features are no more available/needed in one or the other:
      cbm5x0:
      • remove "crtc settings"
      • remove all _but_ "510" from model selection
      • remove basic128/basic256 ROM related options from ROM settings, load "rom500.vrs" as standard roms option instead
      • remove "7x0 (50 Hz)" from modelline selection
      • add 64kb as memsize option
      cbm2:
      • remove "vic-ii settings"
      • remove "vic-ii model" from model settings
      • remove "510" from model selection
    • TODO: fix gui items of following ports: beos, dos
  • added cbm5x0ui_init() and cbm5x0ui_shutdown() function calls to help with splitting the UIs. (r24710)
    • TODO: add these functions to the following ports: dos
    • TODO: ... and remove call to cbm2ui_init() in cbm5x0.c if done so
  • added model selection to xcbm2/cbm5x0 (r24326)
    • look at cbm2/cbm2model.h for models and functions, it works just like the c64 counterpart
    • TODO: add/fix GUI items to following ports: beos, dos, osx
      ... and remove cbm2_get_model() if done so
      • TODO: remove usage of cbm2_set_model() in following ports: beos
      ... and make cbm2_set_model() static (use only for cmdline)
  • xcbm2/cbm5x0 cartridge system unified to common api (r24326)
    • new Resource: CartridgeReset (BOOL, default = TRUE)
      when enabled, reset the emulated machine when changing cartridges
    • TODO: add GUI items to following ports: beos, dos, osx
    • cartridge_attach_image(type,name) and cartridge_detach_image(type) are now available in xcbm2/cbm5x0, look for types in cartridge.h
    • direct usage of "Cart1Name", "Cart2Name", "Cart3Name", "Cart4Name" resources is deprecated, use the above functions instead.
    • TODO: fix gui items in following ports: osx
  • after above changes put the status of the cbm2/cbm5x0 ui into the todo list here: Todo#Ports_.2F_UIs
    • TODO: check following ports: beos, dos, osx
  • add vsid and xcbm5x0 executables to make-bindist scripts
    • TODO: add watcom related stuff for vsid/xcbm5x0 in makefile.am
    • TODO: add cbm5x0 and vsid to the various project files.
  • NEW: 2000/4000 drive emulation
    • UIs need to be updated for drive model selection and ROM load. Can easily be done by looking where 1581 is used, and adding 2000/4000 there too.
    • TODO: add gui items in following ports: beos, dos, osx
    • TODO: add d1m/d2m/d4m to the disk file selector dialog filters (beos, dos, osx)
    • TODO: add d1m/d2m/d4m image creation to the ui's (beos, dos, osx)
  • NEW: IDE64 DVD (.iso), LS-120/ZIP (.fdd), Harddisk (.hdd) and CF card support (.cfa) by using ATA core (r24510 or earlier)
    • TODO: update file selector dialog filters accordingly (beos, dos, osx)
    • TODO: change 'ide64 hd image' text to 'ide64 ata device image' or if wanted to 'ide64 primary/secondary master/slave device image' (beos, dos, osx)
  • NEW: Atari ST mouse and the Atari CX-22 trackball and improved Amiga mouse emulation by Magnus Lind.
    • TODO: Check and test UI items for Atari ST mouse and Atari CX-22 trackball (beos, dos, osx)
      • testprograms can be found in testprogs/propmouse
  • NEW: Burst modification emulation for C64
    • TODO: Update UIs to select 0=None/1=CIA1/2=CIA2 for the "BurstMod" resource. (beos, dos, osx)

2.3.10 (r24627)

  • Fixed the sound system to handle mono and stereo streams correctly (r24693).
  • Output is selectable between 'system' (system decides to use mono or stereo output based on the presence of a stereo sid), 'always mono' (output is always mono, stereo streams are mixed into a mono stream) or 'always stereo' (output is always stereo, mono streams are multiplexed to a stereo stream).
    • new Resource: "SoundOutput" (enum) SOUND_OUTPUT_SYSTEM, SOUND_OUTPUT_MONO, SOUND_OUTPUT_STEREO
    • TODO: add gui items in the following ports: beos, dos, osx
  • Added 3rd sid support for x64 and x128 (r24733).
    • changed Resource: "SidStereo", instead of 0=off, 1=on, it's now: 0=off, 1=1 extra sid, 2=2 extra sids.
    • new Resource: "SidTripleAddressStart", the address of the 3rd sid.
    • TODO: add/change gui items in the following ports: dos, osx
  • Added drive sound emulation
    • There's a new resource called "DriveSoundEmulation",
    • TODO: add menu entries to following ports: dos, osx

2.3.12 (r24924)

  • Added "Nordic Replay" support to retro replay emulation (r24948)
    • new Resource: "RRrevision" (enum) 0 = retro replay 1 = nordic replay
    • TODO: add menu entries to following ports: beos, dos, osx
  • CIA type switchable in x128 (r25046)
    • new Resources: "CIA1Model" "CIA2Model" (enum) CIA_MODEL_6526, CIA_MODEL_6526A (just like in x64)
    • TODO: add menu entries to following ports: beos, dos, osx
  • CIA type switchable in xcbm2/cbm5x0 (r25047)
    • new Resources: "CIA1Model" (enum) CIA_MODEL_6526, CIA_MODEL_6526A (just like in x64)
    • TODO: add menu entries to following ports: beos, dos, osx
  • added model selection to x128 (r25052)
    • look at c128v/c128model.h for models and functions, it works just like the c64 counterpart
    • TODO: add GUI items to following ports: beos, dos, osx
  • added video to audio leak emulation (r25066)
    • new Resources: for every video chip: "<CHIP>AudioLeak" (enum) 0 = disabled 1 = enabled
    • TODO: add GUI items to following ports: beos, dos, osx
  • added "no border" mode to VIC-II (r25076)
    • "VICIIBordermode" (enum) extended to VICII_NORMAL_BORDERS, VICII_FULL_BORDERS, VICII_DEBUG_BORDERS, VICII_NO_BORDERS
    • TODO: add GUI items to following ports: dos, osx
  • added border mode selection to VIC (r25079)
    • new Resource: "VICBordermode" (enum) VIC_NORMAL_BORDERS, VIC_FULL_BORDERS, VIC_DEBUG_BORDERS, VIC_NO_BORDERS
    • TODO: add GUI items to following ports: dos, osx
  • added border mode selection to TED (r25124)
    • new Resource: "TEDBordermode" (enum) TED_NORMAL_BORDERS, TED_FULL_BORDERS, TED_DEBUG_BORDERS, TED_NO_BORDERS
    • TODO: add GUI items to following ports: dos, osx

2.3.15 (r25340)

  • refactored model selection in xpet (r25380)
    • pet_set_model and get_pet_model should be replaced by petmodel_set/petmodel_get. look at pet/petmodel.h for models and functions, it works just like the c64 counterpart
    • TODO: replace pet_set_model in following ports: beos, msdos
  • added support for "Formel 64" parallel cable (r25438)
    • extended resources Drive8ParallelCable, Drive9ParallelCable, Drive10ParallelCable, Drive11ParallelCable (enum) from 0..2 to 0..3 (DRIVE_PC_NONE, DRIVE_PC_STANDARD, DRIVE_PC_DD3, DRIVE_PC_FORMEL64). added DRIVE_PC_NUM respectively (drive.h)
    • TODO: update gui items in following ports: os/2, beos, msdos, amiga, osx
  • added support for "Kingsoft" and "Starbyte" 4-player joystick adapters (r25440)
    • extended resource ExtraJoyType (enum) to 0..6 (USERPORT_JOYSTICK_CGA, USERPORT_JOYSTICK_PET, USERPORT_JOYSTICK_HUMMER, USERPORT_JOYSTICK_OEM, USERPORT_JOYSTICK_HIT, USERPORT_JOYSTICK_KINGSOFT, USERPORT_JOYSTICK_STARBYTE). added USERPORT_JOYSTICK_NUM respectively (userport_joystick.h)
    • TODO: update gui items (x64/x64sc/x128) in following ports: msdos, osx

r25459

by Rhialto

I enabled up to DRIVE_NUM IEEE-488 drives, rather than 2 (in True Drive Emulation mode). In some places where they are enumerated, it is 4. The drives use their full 3 bits of jumpered drive number now, rather than just 1 bit.

I have also generalised code so as to allow another dual drive. Since dual drives currently use up two device numbers, it will use 10 and 11. I'm currently simplifying the methods for checking the dualness of a drive.

When that is done, I hope to have gained enough understanding of the code to remove the horrible hack of using 2 devices for a dual drive, and remove it. It looks like it will simplify a lot of code (including removing lots of code that I changed for allowing 2 dual drives). That will have some repercussions on the GUIs, since for every drive you may need to be able to attach two image files. It also would add an extra "drive" parameter (in addition to the current "unit" parameter) to a shedload of functions, although this is a pretty mechanical change. In fact, it is the GUI change that currently holds me back...

TODO: Think of some elegant way to represent settings for 8 floppy images (for 4 dual drives), without requiring all GUIs to be updated at once. TODO: After that, I can rework the code to make dual drives more regular and hence allow 4 of them.

Branches

Here is a short overview of all branches that are currently active in SVN, i.e. someone develops a new feature that soon will be merged into trunk. Note here the upcoming features, if some testing is required on specific platforms or there is something porters need to be aware of. When a branch was merged into trunk, the respective info should be moved to the Developer_log_old Page.

  • 2.3-new-cpu-cores (blacky)
    • This branch is all about (old and) new cpu cores, it is meant to implement the following:
      • z80 support for x64/x64sc (z80 cp/m cartridge).
      • 65(S)C02 support as used in some accelerator carts, but also as direct 6502/6510 replacement.
      • 65CE02 support as direct 6502/6510 replacement.
      • 65802/65816 support as used in some accelerator carts, but also as direct 6502/6510 replacement (65802 only).
      • 6809/6309 support as used in the super pet.
      • 8088 support as used in a copro board for the cbm2 (able to run cp/m-86 and msdos 1.25).
  • driveupdate (soci)
    • The point is to have a single FDD emulation for all drives which need low level media emulation and caching. The disk image handling is also reworked to make simpler to use and extend it later. Some features were added like handling of d71 double sided emulation mode disk images, real 6502 FDC with GCR image (works for 1001 now, planned for others). Improved fault handling and updating of Dxx images, 1581 and other MFM drives needs some work. Planned is to get the 1571 MFM mode somehow working together with the GCR mode (probably not on the same type of image file), and maybe implement G64 image support for the IEEE drives. And of course all these changes brings some new bugs to fix. This is most likely not going to be finished in 2011, and maybe some parts should be migrated to trunk to get some of the ready stuff out earlier.

List of ports: amiga, beos, dos, os/2, osx, *nix, win32, sdl

List of ports outside UI updates: gp2x