Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
sourcebinary
/
AppleWin
Public
forked from
AppleWin/AppleWin
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
AppleWin
source
Debugger
Debug.cpp
on
debugger_BPM_stack
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 4, 2017
Debugger: BPM cmd: trigger on stack access for BRK,JSR,PLn,PHn,RTI,RTS (#445)
tomcw
committed
b09888e
View commit details
Copy full SHA for b09888e
View code at this point
Browse repository at this point
Commits on Jul 6, 2017
Video.cpp: remove redundant code
tomcw
committed
0a60a0a
View commit details
Copy full SHA for 0a60a0a
View code at this point
Browse repository at this point
Commits on May 24, 2017
Debugger: Fix for 'tf' (trace-file) cmd, so that exiting debugger with F7 doesn't close the trace file and continues in MODE_STEPPING
tomcw
committed
b5e78b5
View commit details
Copy full SHA for b5e78b5
View code at this point
Browse repository at this point
Commits on May 11, 2017
Debugger 2.9.0.8
Michaelangel007
committed
158b521
View commit details
Copy full SHA for 158b521
View code at this point
Browse repository at this point
Commits on Apr 28, 2017
2.9.0.7 Memory softswitches are now in chronological order, and their background is a dark grey
Michaelangel007
committed
d243425
View commit details
Copy full SHA for d243425
View code at this point
Browse repository at this point
Commits on Apr 27, 2017
Add command line to init Saturn memory size
Michaelangel007
committed
d3e620f
View commit details
Copy full SHA for d3e620f
View code at this point
Browse repository at this point
Debugger 2.9.0.4 Language Card Status
Michaelangel007
committed
5cc4cbd
View commit details
Copy full SHA for 5cc4cbd
View code at this point
Browse repository at this point
Debugger 2.9.0.3 internal cleanup of drawing soft switches
Michaelangel007
committed
785fe50
View commit details
Copy full SHA for 785fe50
View code at this point
Browse repository at this point
Commits on Apr 22, 2017
Debugger: Remove DebugDisplay()'s unused first parameter: bDrawBackground because it was unused and in some cases it was being passed a bitfield, not a BOOL
tomcw
committed
41286cd
View commit details
Copy full SHA for 41286cd
View code at this point
Browse repository at this point
Debugger: Allow MODE_DEBUG and MODE_STEPPING states to persist across an F2 ResetMachineState() call (#217)
tomcw
committed
124eca4
View commit details
Copy full SHA for 124eca4
View code at this point
Browse repository at this point
Debugger: When MODE_STEPPING (eg. g or gg mode), prevent ESC from exiting back to the debugger. F7 or Pause keys can still be used. (#217)
tomcw
committed
5e6a445
View commit details
Copy full SHA for 5e6a445
View code at this point
Browse repository at this point
Commits on Apr 18, 2017
Fix comment typo
Michaelangel007
committed
a5274ca
View commit details
Copy full SHA for a5274ca
View code at this point
Browse repository at this point
Commits on Mar 21, 2017
Fixed #316 - For g cmd: don't set regular BP when also doing g_nDebugStepUntil
tomcw
committed
3db755c
View commit details
Copy full SHA for 3db755c
View code at this point
Browse repository at this point
Commits on Mar 12, 2017
Debugger: removed unused var
tomcw
committed
1c3838a
View commit details
Copy full SHA for 1c3838a
View code at this point
Browse repository at this point
Debugger: Mute sound when entering debugger from MODE_STEPPING:
Show description for 30d8b77
tomcw
committed
30d8b77
View commit details
Copy full SHA for 30d8b77
View code at this point
Browse repository at this point
Commits on Mar 10, 2017
Debugger:
Show description for 3a2313c
tomcw
committed
3a2313c
View commit details
Copy full SHA for 3a2313c
View code at this point
Browse repository at this point
Commits on Mar 7, 2017
Debugger:
Show description for 3d6c10b
tomcw
committed
3d6c10b
View commit details
Copy full SHA for 3d6c10b
View code at this point
Browse repository at this point
Commits on Feb 26, 2017
Improve ContinueExecution() whilst MODE_STEPPING:
Show description for 743add8
tomcw
committed
743add8
View commit details
Copy full SHA for 743add8
View code at this point
Browse repository at this point
Commits on Feb 25, 2017
Merge branch 'master' of https://github.com/AppleWin/AppleWin
tomcw
committed
29b7fa1
View commit details
Copy full SHA for 29b7fa1
View code at this point
Browse repository at this point
Support for #384:
Show description for 0b6c5bb
tomcw
committed
0b6c5bb
View commit details
Copy full SHA for 0b6c5bb
View code at this point
Browse repository at this point
Commits on Feb 17, 2017
Remove old, unused _Video_SetupBanks()
tomcw
committed
8c4f451
View commit details
Copy full SHA for 8c4f451
View code at this point
Browse repository at this point
Commits on Dec 29, 2016
Added variadic variants of ConsolePrint(), ConsoleBufferPush() to make code cleaner. Also added ConsoleColorizePrint() and variants.
kiyolee
authored and
tomcw
committed
0992cf1
View commit details
Copy full SHA for 0992cf1
View code at this point
Browse repository at this point
Commits on Nov 17, 2016
NTSC_VideoGetScannerAddress(): remove redundant 'long cycle6502' parameter
Show description for b8b90a6
tomcw
committed
b8b90a6
View commit details
Copy full SHA for b8b90a6
View code at this point
Browse repository at this point
Commits on Nov 7, 2016
Debugger: Extend tf cmd to optionally output video scanner info: tf <file.txt> [v] (#359)
tomcw
committed
074acce
View commit details
Copy full SHA for 074acce
View code at this point
Browse repository at this point
Debugger: tf cmd - add video scanner addr & floating bus data (#359)
tomcw
committed
ab8ae7f
View commit details
Copy full SHA for ab8ae7f
View code at this point
Browse repository at this point
Commits on Nov 6, 2016
Refactor: int bVideoMode -> uint32_t uVideoMode
tomcw
committed
981b711
View commit details
Copy full SHA for 981b711
View code at this point
Browse repository at this point
Debugger - Fix #345: wrap and protect debugger's video mode
tomcw
committed
1bb6002
View commit details
Copy full SHA for 1bb6002
View code at this point
Browse repository at this point
Commits on Oct 17, 2016
Fix #363: Redraw screen whilst debug stepping
tomcw
committed
7f3cc09
View commit details
Copy full SHA for 7f3cc09
View code at this point
Browse repository at this point
Commits on Oct 16, 2016
Merge pull request #362 from AppleWin/Release-1.26.0.1
Show description for bcd4c7c
tomcw
authored
bcd4c7c
View commit details
Copy full SHA for bcd4c7c
View code at this point
Browse repository at this point
Commits on Oct 14, 2016
Debugger: NTSC: Import 16x1 and 64x1 bmp for palette for #357
Michaelangel007
committed
515e66c
View commit details
Copy full SHA for 515e66c
View code at this point
Browse repository at this point
Commits on Sep 25, 2016
Added new function NTSC_VideoRedrawWholeScreen() to fix #352
tomcw
committed
5f0ccfc
View commit details
Copy full SHA for 5f0ccfc
View code at this point
Browse repository at this point
Commits on Sep 20, 2016
Fix Bug #349 [Debugger] NTSC LOAD or SAVE without filename crash
Michaelangel007
committed
c96b935
View commit details
Copy full SHA for c96b935
View code at this point
Browse repository at this point
Commits on Sep 17, 2016
Fix to get GR2 working, but #345 still not complete
tomcw
committed
41b2547
View commit details
Copy full SHA for 41b2547
View code at this point
Browse repository at this point
Commits on Sep 4, 2016
Merge from branch 'NTSC_PreMerge':
Show description for 5fdc879
tomcw
committed
5fdc879
View commit details
Copy full SHA for 5fdc879
View code at this point
Browse repository at this point
Commits on May 17, 2016
When FullSpeed: don't do cycle-accurate graphics update
Show description for 04c9d09
tomcw
committed
04c9d09
View commit details
Copy full SHA for 04c9d09
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.