!

[Apple IIe] DevAppleIIWin 1.24.x SVN1752

[0] @ !!! Niedziela, 24 Sierpnia 2014 22:59 CET [24-08-2014 22:47 CET]

[Apple IIe] DevAppleIIWin 1.24.x SVN1752

Nową odsłona deweloperskiego kodu AppleWinemulator rodziny komputerów APPLE II. (][, ][e, ][+) .

Apple Apple][:AppleWin:Galaxian:Starcraft:1980:
Galaxian (Starcraft, 1980)

AppleIIWin 1.24.x[SVN 1752]

Author: michaelangel007 | Date: 24 sierpnia 2014 17:30:01

  • *sigh* Fixed typo again.

AppleIIWin 1.24.x[SVN 1751]

Author: michaelangel007 | Date: 24 sierpnia 2014 08:08:22

  • Added new Debugger command: TSAVE to save the text screen to a file

AppleIIWin 1.24.x[SVN 1750]

Author: michaelangel007 | Date: 24 sierpnia 2014 08:07:02

  • #222 Kludge for Copy ][ v5 on MIP_PAGE_ADDRESS_LOW

AppleIIWin 1.24.x[SVN 1749]

Author: michaelangel007 | Date: 24 sierpnia 2014 07:24:17

  • Fix typo

AppleIIWin 1.24.x[SVN 1748]

Author: michaelangel007 | Date: 24 sierpnia 2014 02:09:48

  • Update History.txt with Debugger 2.7.0.23

AppleIIWin 1.24.x[SVN 1747]

Author: michaelangel007 | Date: 23 sierpnia 2014 21:52:14

  • BUGFIX: MemoryFill and MemoryMove: Fix infinite hang if target memory address ends with FFFF due to 16-bit address wrapping around to zero instead of using length.
  • i.e. F D000:FFFF 0

AppleIIWin 1.24.x[SVN 1746]

Author: michaelangel007 | Date: 23 sierpnia 2014 08:20:58

  • Kludge for #222 MIP_PAGE_ADDRESS_LOW due to bug in 'Beautiful Boot'

AppleIIWin 1.24.x[SVN 1745]

Author: tomcw | Date: 21 sierpnia 2014 23:54:03

  • GH#212: Eliminate flicker when in fullscreen & 50% mode

AppleIIWin 1.24.x[SVN 1744]

Author: tomcw | Date: 21 sierpnia 2014 00:04:55

  • Add Common Controls theme to Property Sheet Pages (for VS2012 & VS2013)

AppleIIWin 1.24.x[SVN 1743]

Author: tomch | Date: 20 sierpnia 2014 23:44:18

  • Merge pull request #210 from AppleWin/vs2013-and-gitignore
  • Fix for window border when building with VS2012 & VS2013, using GetSystemMetrics(SM_CXPADDINGBORDER).
  • Added VS2013-Express sln/project.
  • Added Windows .gitignore file.

AppleIIWin 1.24.x[SVN 1742]

Author: tomcw | Date: 20 sierpnia 2014 23:40:48

  • Fix for window border when building with VS2012 & VS2013, using GetSystemMetrics(SM_CXPADDINGBORDER)

AppleIIWin 1.24.x[SVN 1741]

Author: tomcw | Date: 20 sierpnia 2014 23:28:35

  • Add new VS2013 filter files

AppleIIWin 1.24.x[SVN 1740]

Author: tomcw | Date: 20 sierpnia 2014 23:22:10

  • Add filters to VS2013 proj

AppleIIWin 1.24.x[SVN 1739]

Author: tomcw | Date: 20 sierpnia 2014 23:00:09

  • Merge remote-tracking branch 'origin/master' into vs2013-and-gitignore

AppleIIWin 1.24.x[SVN 1738]

Author: tomch | Date: 19 sierpnia 2014 23:33:54

  • Merge pull request #220 from AppleWin/pch_refactor
  • PCH / stdafx refactor

AppleIIWin 1.24.x[SVN 1737]

Author: tomcw | Date: 14 sierpnia 2014 23:27:41

  • Remove wchar.h & Update VS2012 proj with new headers

AppleIIWin 1.24.x[SVN 1736]

Author: tomcw | Date: 14 sierpnia 2014 21:29:01

  • Qualified all STL refs with std:: to get rid of the 'using namespace std' mismatch between the main code & debugger code

AppleIIWin 1.24.x[SVN 1735]

Author: tomcw | Date: 14 sierpnia 2014 19:14:39

  • Created new DebugDefs.h for memory defs

AppleIIWin 1.24.x[SVN 1734]

Author: tomcw | Date: 14 sierpnia 2014 19:03:12

  • More header refactoring

AppleIIWin 1.24.x[SVN 1733]

Author: tomcw | Date: 14 sierpnia 2014 18:48:38

  • Renamed DiskConsts.h to DiskDefs.h + other header refactoring

AppleIIWin 1.24.x[SVN 1732]

Author: tomcw | Date: 14 sierpnia 2014 18:24:03

  • Added new DiskConsts.h so Structs.h doesn't need to include DiskImage.h

AppleIIWin 1.24.x[SVN 1731]

Author: tomcw | Date: 13 sierpnia 2014 23:25:22

  • Move Util_* files into Debugger subfolder & update all vcproj files

AppleIIWin 1.24.x[SVN 1730]

Author: tomcw | Date: 13 sierpnia 2014 23:03:33

  • Split some of Debugger_parser.h into Util_Text.h (now Util_MemoryTextFile.cpp isn't dependent on any Debugger headers

AppleIIWin 1.24.x[SVN 1729]

Author: tomcw | Date: 13 sierpnia 2014 22:30:35

  • PCH refactor: remove non-system headers from stdafx.h

AppleIIWin 1.24.x[SVN 1728]

Author: sicklittlemonkey | Date: 24 lipca 2014 11:00:28

  • Fixed window width and height problem by using SM_CXPADDEDBORDER
  • But it would be nicer to define this somewhere by:
  • #ifndef SM_CXPADDEDBORDER
  • #define SM_CXPADDEDBORDER 92
  • #endif

AppleIIWin 1.24.x[SVN 1727]

Author: sicklittlemonkey | Date: 23 lipca 2014 13:27:51

  • Upgraded VS 2012 solution to VS 2013.
  • Added .gitignore file for Windows from here: https://github.com/github/gitignore

AppleIIWin 1.24.x[SVN 1705]

Author: michaelangel007 | Date: 29 lipca 2014 16:56:55

  • #201 Don't update track/sector on disk swap

AppleIIWin 1.24.x[SVN 1704]

Author: michaelangel007 | Date: 28 lipca 2014 23:18:32

  • #201 cleanup to match coding standards

AppleIIWin 1.24.x[SVN 1703]

Author: michaelangel007 | Date: 28 lipca 2014 23:13:40

  • Code cleanup: #201 use actual floppy drive

AppleIIWin 1.24.x[SVN 1702]

Author: michaelangel007 | Date: 28 lipca 2014 22:58:17

  • Merge branch 'master' of https://github.com/AppleWin/AppleWin

AppleIIWin 1.24.x[SVN 1701]

Author: tomcw | Date: 28 lipca 2014 22:08:55

  • Update History.txt with v1.24.0 changes.
  • Update location of History.txt in all VS project files (docs -> bin).

AppleIIWin 1.24.x[SVN 1700]

Author: michaelangel007 | Date: 28 lipca 2014 22:57:54

  • #201 Fix fence post logic bug in ProDOS drive dection

AppleIIWin 1.24.x[SVN 1699]

Author: michaelangel007 | Date: 28 lipca 2014 17:36:39

  • #201 Always display Track/Sector in full screen mode. Also show at start-up.

AppleIIWin 1.24.x[SVN 1698]

Author: michaelangel007 | Date: 28 lipca 2014 07:40:10

  • Fix #201 drive swap DOS3.3 disk status Sector drive 2 now displaying properly due to fence post error

AppleIIWin 1.24.x[SVN 1697]

Author: michaelangel007 | Date: 28 lipca 2014 01:19:23

  • Merge #198 Pull branch alt_enter_fullscreen

AppleIIWin 1.24.x[SVN 1696]

Author: michaelangel007 | Date: 27 lipca 2014 01:47:18

  • Updated History.txt In Development

AppleIIWin 1.24.x[SVN 1695]

Author: michaelangel007 | Date: 27 lipca 2014 01:44:38

  • #198 Made branch #alt_enter_fullscreen

AppleIIWin 1.24.x[SVN 1694]

Author: tomcw | Date: 28 lipca 2014 00:29:24

  • [Issue#177] Updated History.txt

AppleIIWin 1.24.x[SVN 1692]

Author: michaelangel007 | Date: 27 lipca 2014 23:31:00

  • #199 #215 Cleanup: "Confirm Reset" to "Confirm reboot"

AppleIIWin 1.24.x[SVN 1691]

Author: michaelangel007 | Date: 27 lipca 2014 00:42:55

  • #199 Update confirm reboot dialog box with instructions how to disable the message in the future.

AppleIIWin 1.24.x[SVN 1690]

Author: michaelangel007 | Date: 26 lipca 2014 23:51:23

  • #199 Added option to skip reset

AppleIIWin 1.24.x[SVN 1689]

Author: michaelangel007 | Date: 26 lipca 2014 22:44:27

  • Initial work for dialog to confirm reset

AppleIIWin 1.24.x[SVN 1688]

Author: michaelangel007 | Date: 26 lipca 2014 22:32:28

  • Added linker directory ddraw_libx86 to Visual Studio 2010 project so SDK isn't needed.

AppleIIWin 1.24.x[SVN 1687]

Author: michaelangel007 | Date: 26 lipca 2014 22:23:57

  • Cleanup: Bump copyright, and tabify

AppleIIWin 1.24.x[SVN 1686]

Author: michael | Date: 26 lipca 2014 18:40:27

  • Merge pull request #214 from AppleWin/track_status
  • Track status

AppleIIWin 1.24.x[SVN 1685]

Author: michaelangel007 | Date: 26 lipca 2014 18:36:29

  • #201 Fix ProDOS track/sector to be more accurate. Always use the actual floppy drive instead of probing ProDOS

AppleIIWin 1.24.x[SVN 1684]

Author: michaelangel007 | Date: 25 lipca 2014 07:10:08

  • #201 Updated history "In Development" for Track/Sector and Pooyan fix description

AppleIIWin 1.24.x[SVN 1683]

Author: michaelangel007 | Date: 25 lipca 2014 06:58:19

  • Final cleanup on Track/Sector

AppleIIWin 1.24.x[SVN 1682]

Author: michaelangel007 | Date: 24 lipca 2014 07:58:23

  • Use active track for ProDOS

AppleIIWin 1.24.x[SVN 1681]

Author: michaelangel007 | Date: 24 lipca 2014 07:40:35

  • Fix ProDOS track & sector display to be more accurate

AppleIIWin 1.24.x[SVN 1680]

Author: michaelangel007 | Date: 24 lipca 2014 03:08:52

  • #201 Fixed Track/Sector display to be responsive

AppleIIWin 1.24.x[SVN 1679]

Author: michaelangel007 | Date: 22 lipca 2014 09:08:18

  • #201 Show Track/Sector -- preliminary support for showing DOS3.3

AppleIIWin 1.24.x[SVN 1678]

Author: michaelangel007 | Date: 22 lipca 2014 08:28:12

  • Updated "In Development" note about track display status

AppleIIWin 1.24.x[SVN 1677]

Author: michaelangel007 | Date: 22 lipca 2014 07:56:57

  • #201 Fix display of track status in full-screen and windowed mode ... http://imgur.com/KzKpwIv

AppleIIWin 1.24.x[SVN 1676]

Author: michaelangel007 | Date: 22 lipca 2014 03:21:31

  • WIP show current disk track
NOWSZY [Apple IIe] AppleWin 1.26.3.5 Exp

1.26.3.5 (Experimental) - 4 Dec 2017

Fixes:

  • [Bug #516] Internal video-mode was having PAGE2 permanently cleared (instead of just masked) when 80STORE was set.
  • [Bug #514] Emulator restart (or reset) wasn't clearing any pending Mousecard interrupt
NOWSZY [Apple IIe] AppleWin 1.26.3.4 Exp

1.26.3.2 (Experimental) - 21 Oct 2017

Changes:

  • [Bug #504] Full-screen: hide mouse pointer after 2 seconds of inactivity (and show again if mouse is moved)
  • [Bug #469] New -no-printscreen-key switch to prevent the PrintScreen key from being registered.

Fixes:

  • [Bug #486] Peripheral card's expansion ROM ($C800-CFFF, eg. SSC) wasn't being correctly restored from a save-state. Resulting in regression: Mousecard crash to monitor (#495).
  • [Bug #320] Mockingboard/Phasor: support 'inactive' function like real hardware
NOWSZY [Apple IIe] AppleWin 1.26.3.2 Exp
The Great American Cross-Country Road Race (Activision, Inc., 1985)

1.26.3.2 (Experimental) - 21 Oct 2017

Changes:

  • nw

Fixes:

  • [Bug #499] Flush current track (if dirty) before 'Send to CiderPress'
  • [Bug #496] Support polling of Mockingboard's & Phasor's 6522 IFR.Timer1
  • [Bug #492] UI fixes for full-screen & 2x windowed-mode
  • [Bug #464] Fix for full-screen: bottom line missing when vertical resolution is 768

  

NOWSZY [Apple IIe] AppleWin 1.26.3.1 Exp

1.26.3.1 (Experimental) - 29 Sep 2017

Changes:

  • [Bug #488] New -fs-height=<best|nnnn> switch.
  • best: picks the highest resolution where the height is an integer multiple of (192*2)
  • nnnn: select a specific resolution with height=nnnn pixels Use to select a better resolution for full-screen mode. NB. This changes the display resolution (and restores on exit).
  • [Bug #428] Input option to use PC Joystick 1 Thumbstick 2 for emulated Joystick 2
  • Swapping disks while a drive is on now warns and prompts if you still wish to do this instead of silently failing with no feedback.
  • [Bug #323] Skip hard disk boot by holding down the Open-Apple key during an Apple II restart
  • [PR #441] Update zlib to latest version 1.2.11

Fixes:

  • [Bug #486] Peripheral card's expansion ROM ($C800-CFFF, eg. SSC) wasn't being correctly restored from a save-state
  • [Bug #460] Debugger: F2 whilst debugger active will immediately stop the drive spinning (allowing disk swap)
  • [Bug #456] Fix strange speaker clicks when changing configuration - DirectSound wasn't being uninitialised on a restart
  • [Bug #452] Fix for unmounted HD now gives "NO DEVICE CONNECTED" (before gave "I/O ERROR")
  • [Bug #450] Persist debugger state across an F2 (reset machine state)
  • [Bug #445] Debugger: BPM cmd: Support trigger on stack access for BRK,JSR,PLn,PHn,RTI,RTS
  • [Bug #437] AppleWin.chm blocked from opening - delete the AppleWin.chm:Zone.Identifier ADS
  • [Bug #423] Full support for INTC8ROM soft switch (fixes transient a2audit.dsk & Bejeweled failures)
  • [Bug #418] Fix for slot-3 ROM not returning floating bus when Uthernet card is enabled
  • [Bug #417] Typos in Uthernet documentation
  • [Bug #415] Fix for not being able to select Pravets 82
  • [Bug #413] Save-state: bug when saving >9 RAMWorks III 64K banks
  • [Bug #409] Fix for AppleWorks 5.1 flickering when booting (latent bug from 2006!)
  • [Bug #405] Screen flicker in full-speed mode
  • [Bug #403] PrintScreen from Color TV or B&W TV video modes is missing top line
  • [Bug #392] Fixes for a2audit.dsk
    • Resulting in regressions in LC support for Gemstone Warriors (#395), Quark Catalyst V3 and BeagleWrite (#400).
  • [Bug #389] Disk's write-protect detection mis-reporting when motor off
  • [Bug #387] Support for 40-track .nib files
  • [Bug #386] SSC: Experimental support for 6551's DTR, DCD and DSR bits via - modem switch ie. -modem is shorthand for passing -dtr -dcd -dsr
    • Experimental support for 6551's control bit: DTR via -dtr switch
    • Experimental support for 6551's status bits: DCD and DSR via -dcd and -dsr switches
  • [Bug #383] "Enhanced disk speed" is very slow when debugger is active
  • [Bug #269] When stepping, ESC no longer exits back to debugger (use F7, Pause keys or Debugger button instead).
  • [Bug #250] Debugger: When MODE_STEPPING, fix issue with disk LEDs staying on
  • [Bug #217] Debugger G(o) command should use normal speed
  • Debugger: Added new gg command:
    • command | run at normal speed? | run at full speed?   | video quality | sound quality
      -------------------------------------------------------------------------------------------
             g     |         yes          | only if disk active, etc | precise       | precise
             gg    |         no           | always                   | periodic      | muted
  • . [Bug #213] Pause not setting volume to zero
NOWSZY [Apple IIe] AppleWin 1.26.2.4 Exp

1.26.2.4 (Experimental) - 25 Apr 2017

Changes:

  • Swapping disks while a drive is on now warns and prompts if you still wish to do this instead of silently failing with no feedback.

Fixes:

  • [Bug #423] Full support for INTC8ROM soft switch (fixes transient a2audit.dsk & Bejeweled failures)
  • [Bug #418] Fix for slot-3 ROM not returning floating bus when Uthernet card is enabled
  • [Bug #417] Typos in Uthernet documentation
  • [Bug #415] Fix for not being able to select Pravets 82
  • [Bug #413] Save-state: bug when saving >9 RAMWorks III 64K banks
  • [Bug #409] Fix for AppleWorks 5.1 flickering when booting (latent bug from 2006!)
NOWSZY [Apple IIe] AppleWin 1.26.2.3 Exp

1.26.2.3 (Experimental) - 24 Apr 2017

  •     [Bug #405] Screen flicker in full-speed mode
  •     [Bug #403] PrintScreen from Color TV or B&W TV video modes is missing top line
NOWSZY [Apple IIe] AppleWin 1.26.2.2 Exp

1.26.2.2 (Experimental) - 15 Apr 2017

  • [Bug #392] Fixes for a2audit.dsk
    • Resulting in regressions in LC support for Gemstone Warriors (#395), Quark Catalyst V3 and BeagleWrite (#400).
  • [Bug #386] SSC:
    • Experimental support for 6551's DTR, DCD and DSR bits via -modem switch
      • ie. -modem is shorthand for passing -dtr -dcd -dsr
NOWSZY [Apple IIe] AppleWin 1.26.2.1 Exp

1.26.2.1 (Experimental) - 19 Mar 2017

  • [Bug #389] Disk's write-protect detection mis-reporting when motor off
  • [Bug #386] SSC:
    • Experimental support for 6551's control bit: DTR via -dtr or -dtr-invert args
    • Experimental support for 6551's status bits: DCD and DSR via -dcd[-invert] and -dsr[-invert] args

Revision 2212

Author: tomcw | Date: 19 marca 2017 22:48:59

  • 1.26.2.1: Experimental - Bump version & update History.txt

Revision 2211

Author: tomcw | Date: 19 marca 2017 22:44:20

  • SSC: Experimental support for 6551's status bits: DCD and DSR via -dcd[-invert] and -dsr[-invert] args (#386)

Revision 2210

Author: tomcw | Date: 19 marca 2017 18:27:07

  • Savestate: SSC - DTR: added a todo comment

Revision 2209

Author: tomcw | Date: 18 marca 2017 22:33:45

  • LC 0xC08n.b0=1: After write-enable RAM, STA doesn't write-protect (#395)

Revision 2208

Author: tomcw | Date: 18 marca 2017 16:32:45

  • 1.26.2.0: Experimental - Bump version & update History.txt

Revision 2207

Author: tomcw | Date: 18 marca 2017 16:18:14

  • Debugger: fix for MODE_STEPPING at was falsely breaking on floating bus

Revision 2206

Author: tomcw | Date: 18 marca 2017 14:56:18

  • SSC: Experimental support for 6551's DTR via -dtr or -dtr-invert args (#386)

Revision 2205

Author: tomcw | Date: 16 marca 2017 23:28:18

  • Fix for write to 0xCFFF (wasn't implemented), and clear IO_SELECT_InternalROM on 0xC006 (SLOTCXROM) access (#392)

Revision 2204

Author: tomcw | Date: 15 marca 2017 22:42:06

  • Fix for 2x read access to (odd addr) to enable write access (#392)

Revision 2203

Author: tomcw | Date: 12 marca 2017 22:56:42

  • Debugger: removed unused var

Revision 2202

Author: tomcw | Date: 12 marca 2017 22:54:08

  • Debugger: Mute sound when entering debugger from MODE_STEPPING:
  • . ie: ESC, F7 and Pause key
  • Debugger: Fix for MODE_STEPPING when jump from $C3xx to $C8xx:
  • . Don't break on floating-bus, as Expansion ROM will be switched in on
  • this access.
  • IORead_Cxxx(): Fix the logic for IO_SELECT when not slot-3

Revision 2201

Author: tomcw | Date: 10 marca 2017 23:00:01

  • Debugger:
  • . Improved break on FB or IO: account for slot empty (or not) & if expansion ROM enable
  • Memory:
  • . IORead_Cxxx(): Fix for Apple II support for when slot-3 is empty
  • . Apple II type was erroneously testing //e soft-switches

Revision 2200

Author: nick.westgate | Date: 8 marca 2017 11:13:56

  • Allow disk write protect read with drive off - Fixes #389
  • - Added comments
  • - Removed mistaken check for writing nibbles < 0x80
  • - Reset forces all switches off

Revision 2199

Author: tomcw | Date: 7 marca 2017 22:35:38

  • Debugger:
  • Move the BRK and invalid opcodes checks out of main emulation's Fetch() and into DebugContinueStepping()
  • Added a new break condition: when PC reads floating bus or I/O memory
  • On a break condition, output a 'Stop Reason' message to the console

Revision 2198

Author: tomcw | Date: 4 marca 2017 22:00:12

  • Added old doc about SSC registers

Revision 2197

Author: tomcw | Date: 26 lutego 2017 14:45:06

  • Improve ContinueExecution() whilst MODE_STEPPING:
  • . GetKeyState(VK_SCROLL) is slow, so only call periodically
  • . Account for g_nCpuCyclesFeedback before calling SpkrUpdate()

Revision 2196

Author: tomcw | Date: 25 lutego 2017 23:48:07

  • Merge branch 'master' of https://github.com/AppleWin/AppleWin

Revision 2195

Author: tomcw | Date: 25 lutego 2017 23:32:46

  • Support for #384:
  • . Debug 'G(o)' cmd now defaults to normal speed (and precise video updates)
  • . New debug 'GG' cmd enables full speed (and periodic video updates)
  • . Single-stepping (normal or full speed) now routed through ContinueExecution()
  • . Removed Cpu6502()/Cpu65C02() check for debug breakpoints
  • . Removed the (undocumented) SHIFT+F7 feature to exit debugger for 'normal speed breakpoints'
  • . Removed the g_bDebugNormalSpeedBreakpoints variable
NOWSZY [Apple IIe] AppleWin 1.26.2.0 Exp

1.26.2.0 (Experimental) - 18 Mar 2017

  • [Bug #392] Fixes for a2audit.dsk
  • [Bug #389] write-protect detection misreporting
  • [Bug #386] SSC: Experimental support for 6551's DTR via -dtr or -dtr-invert args
  • [Bug #383] "Enhanced disk speed" is very slow when debugger is active
  • [Bug #217] Debugger G(o) command should use normal speed
  • Debugger: Added new gg command:
  • command     run at normal speed     run at full speed     video quality     sound quality
  • g     yes     only if disk active, etc     precise     precise
  • gg     no     always     periodic     muted

 

NOWSZY [Apple IIe] AppleWin 1.26.6

AppleWin v1.26.0.6 17/10/16

Changes:

  • [Bug #126,#157,#194] Beta NTSC and cycle-accurate video support
    The new supported video modes are now only: TV Color, TV B&W, Monitor Color, Monitor B&W
    NB. The old 1.25 modes have been removed eg. "Color (TV Emulation)".
  • Full-screen native resolution (no longer 640x480 resolution)
    NB. If your screen resolution is smaller than 1120x768, then you will get no scaling in full-screen.
  • [Bug #260] Save-state file v2: human readable (Yaml-based format)
  • All hardware configurations save/restored:
    • Apple model, sub-systems, memory, cards (except Uthernet and SAM cards)
    • NB. Old v1 .aws file format are still loaded
  • [Bug #270] Added SAM/DAC sound card support
  • AppleWin built with VS2008 Express (supports Windows 2000 or later)
  • Unit tests added for 6502 and 65C02 opcodes
  • Added -load-state command line option
  • New repo created with test save-state images: https://github.com/AppleWin/AppleWin-Test
  • Remove unsupported PC speaker sound types
  • [PR #235] New start-up title screen by Paulo Garcia
  • [PR #233] Configuration Dialog->Disk tab: Buttons replaced with drop-down menu for select/eject by Paulo Garcia

Fixes:

  • [Bug #129] Tight loop page-flipping causing heavy CPU load (fixed by NTSC / cycle-accurate video emulation)
  • [Bug #204] Problem running Wrath Of Denethenor (fixed by NTSC / cycle-accurate video emulation)
  • [Bug #317] [Disk] Only mounts version 1 .2mg not version 0
  • [Bug #296] VS2015 unresolved external in Release
  • [Bug #255] CyclesThisFrame not saved to save-state file
  • [Bug #282] Timing test for undocumented AXA (zp),Y
  • [Bug #288] Timing issue with DEC (abs)
  • [Bug #278] 6502 emulation: bSlowerOnPagecross setup too late in CPP macros
  • [Bug #271] Timing problems with ASL, INC and DEC (abs,X)
  • [Bug #264] JMP (IND) is 5 cycles only - not 6 - on 6502
  • [Bug #287] CPU emulation timing fixes
  • [Bug #286] -d1 command line argument & declining GPL causes crash
  • [Bug #277] SSI263 speech data-race leading to crash
  • [Bug #267] Mousecard movement & button events not working in MODE_STEPPING
  • [Bug #227] [Debugger] [1.25] AppleSoft symbol: COPY.FAC.TO.ARG.ROUNDED overflows into registers
  • [Bug #246] [Debugger] Memory (Changing Memory) command in CHM help files
  • [Bug #309] Silent Service hangs during Mockingboard use

Fixes since 1.26.0.5 (6 Oct 2016):

  • [Bug #356] PrintScreen from Color TV or B&W TV video modes is missing top line

 

Revision 2401

Author: tomch | Date: 16 października 2016 22:15:03

  • Merge pull request #362 from AppleWin/Release-1.26.0.1
  • Merge all the changes & fixes from the Release-1.26.0.1 branch back into master.

Revision 2400

Author: tomcw | Date: 16 października 2016 14:12:08

  • Bump to 1.26.0.6 & update History.txt

Revision 2399

Author: tomcw | Date: 11 października 2016 22:52:11

  • Fix PrintScreen for Color TV and B&W TV (fix #356)

Revision 2398

Author: tomcw | Date: 6 października 2016 23:23:06

  • Bump to 1.26.0.5: Restore the y-shift for TV Color + TV B&W

Revision 2397

Author: tomcw | Date: 2 października 2016 23:22:10

  • Extend quick fix for #341 (ANSI STORY - end credits)

Revision 2396

Author: tomcw | Date: 2 października 2016 18:09:36

  • Update History.txt with fixes for 1.26.0.4

Revision 2395

Author: tomcw | Date: 1 października 2016 16:24:20

  • Quick fix for #341 (alignment of NTSC Monitor/TV video modes)

Revision 2394

Author: tomcw | Date: 30 września 2016 22:31:09

  • Fix #354: superfluous dot on ']' char

Revision 2393

Author: tomcw | Date: 25 września 2016 22:50:07

  • Reworked NTSC_VideoRedrawWholeScreen(): now precisely call the update funcs for lines0-159 and line160-261, so that video V/H positions remain the same they were on entry (bug #352)

Revision 2392

Author: tomcw | Date: 25 września 2016 20:58:51

  • Fix for previous commit's regression - random data being drawn on line 0 (#352)

Revision 2391

Author: tomcw | Date: 25 września 2016 11:42:14

  • Added new function NTSC_VideoRedrawWholeScreen() to fix #352

Revision 2390

Author: tomcw | Date: 22 września 2016 23:34:16

  • For full-speed: update every 16ms of real-time (close #351)

Revision 2389

Author: tomcw | Date: 20 września 2016 22:47:43

  • Bump to 1.26.0.4, fix #350 (50% Scan line checkbox wasn't working), tweaked History.txt

Revision 2388

Author: tomcw | Date: 19 września 2016 23:22:24

  • Bump version to 1.26.0.3

Revision 2387

Author: tomcw | Date: 19 września 2016 23:14:57

  • Fixed #348 (>800KiB HDD images not mountable)

Revision 2386

Author: tomcw | Date: 18 września 2016 19:11:39

  • AppleWin.chm: Update main Config tab to reflect new NTSC video modes

Revision 2385

Author: tomcw | Date: 18 września 2016 18:54:38

  • Fixed #346 (Config->Disk tab)

Revision 2384

Author: tomcw | Date: 18 września 2016 16:56:22

  • Speed-up booting AZTEC.DSK (#347)

Revision 2383

Author: tomcw | Date: 17 września 2016 23:04:58

  • History.txt: fix typo in name

Revision 2382

Author: tomcw | Date: 17 września 2016 22:53:42

  • History.txt: add pull-request changes from @pedgarcia

Revision 2381

Author: tomcw | Date: 17 września 2016 22:35:49

  • History.txt: set today's date for release

Revision 2380

Author: tomcw | Date: 17 września 2016 22:26:45

  • Fix for flickery/bad video updates when MODE_RUNNING and full-speed (broken in previous 09fa6cc)

Revision 2379

Author: tomcw | Date: 17 września 2016 11:04:32

  • Fix to get GR2 working, but #345 still not complete

Revision 2378

Author: tomcw | Date: 17 września 2016 00:05:39

  • Fixed #342

Revision 2377

Author: tomcw | Date: 15 września 2016 22:25:48

  • Tweaks to help about sound and (C) year bumped to 2016

Revision 2376

Author: michaelangel007 | Date: 15 października 2016 07:28:39

  • Fix GR colors gray1 gray2 #253

Revision 2373

Author: michaelangel007 | Date: 14 października 2016 21:12:19

  • Debugger: NTSC: Import 16x1 and 64x1 bmp for palette for #357
wstecz24/08/2014 22:59
Dodatkowe informacje
Komentarze
... bez komentarza
Ostatnio dodane pliki
Newsy Linkownia Emulatory na PC Wideoteka Screenshoty Bajtek Reduks Ready.Run

© Try2emu 1999 - 2024 | Krzysztof 'Faust' Karkosza Kontakt Polityka Prywatności OWU