Commit graph

46 commits

Author SHA1 Message Date
Sour c1f841b6dd HD Packs: Added ability to have multiple backgrounds on different layers (up to 40) 2020-05-08 20:08:54 -04:00
Sour f3a18bed01 Version Update: 0.9.9 2020-02-01 15:38:08 -05:00
Sour 5b0c208984 Run Ahead: Disable movies/netplay menus when enabled
+ Auto-disable runahead when playing NSF files
2020-02-01 10:28:42 -05:00
Sour 8886396a39 Docs: Fixed text not wrapping to the next line in code blocks 2020-02-01 09:21:12 -05:00
Sour 6e49a0b3d0 Docs: Fixed typo in HD packs documentation (+ added note for overscan) 2020-01-24 22:45:52 -05:00
Sour b3a0ad84f6 Docs: Various updates 2020-01-23 19:32:33 -05:00
Sour 11135ec485 HD Packs: Added new features (contributed by kya) + updated docs 2019-12-20 13:53:13 -05:00
Sour 02b1b75900 Docs: Add notes about using the zapper 2019-11-21 18:08:55 -05:00
Sour 43811ae7ac UI: Added "reload rom" option and changed power cycle to not reload from disk 2019-11-19 22:18:09 -05:00
Sour bc335e104d Debugger: Added ":" operator to return an address' offset in prg/sram/wram/etc. 2019-11-04 20:16:20 -05:00
Trevor Merritt fafb52df0d Docs: Specify that power cycling reloads the rom from the disk 2019-11-04 18:19:36 -05:00
Sour f544688b64 Version Update: 0.9.8 2019-06-23 14:05:44 -04:00
Sour f2401d5bd4 UI: Fixed data migration process not properly closing the program after ending (and also not copying files to the right folders) 2019-06-22 15:34:30 -04:00
Jeremy Chadwick 859dd8b58c Docs: Document what letters mean when using "Show instruction progression" (#628) 2019-06-22 15:31:54 -04:00
Sour 118f1ccb94 Debugger: Lua - Fix cycle not returning a 64-bit value in getState() 2019-05-22 20:35:50 -04:00
Sour 81f6b81956 Docs: Updated some sections to reflect changes in the UI and add some more details 2019-05-11 21:51:49 -04:00
Sour 6423d70e3a Docs: Fixed typo 2019-05-01 16:51:01 -04:00
Sour fac849315f Debugger: Watch - Added format specifiers
+ Added help icon to watch window
2019-01-31 19:48:36 -05:00
Sour 94570d02e2 Docs: Updated debugger documentation 2019-01-21 18:30:22 -05:00
Sour 9c326e8248 Docs: Updates for debug tools (ppu viewer, etc.) 2019-01-20 20:11:16 -05:00
Sour 8f4129ddff Docs: Update PPU viewer/Memory Tools documentation 2019-01-13 19:42:23 -05:00
Sour 62d9213a41 Docs: Added information on luasocket and multi-byte labels 2019-01-12 13:47:07 -05:00
Sour 725ea58562 Docs: Update debugger documentation (new features + add some missing information) 2019-01-10 21:11:59 -05:00
Zorchenhimer bca96de531 Debugger: Lua - Add new getLabelAddress() function
This adds a new function GetLabelAddress() to the Lua API.  It takes a
single string parameter of a label to lookup and returns its integer
address.  The return value can be passed directly to read() and
readWord().

The documentation has also been updated to reflect the changes.
2018-12-28 12:01:26 -05:00
Sour 8bd292d8d5 Input: Added option to hide mouse cursor when a zapper is connected (e.g for the aimtrak light gun) 2018-12-22 16:05:12 -05:00
Sour 0dee6ac845 HD Packs: Tile indexes for conditions are now written in hex format 2018-12-12 20:46:23 -05:00
Sour f2af2ba986 Version Update: 0.9.7 2018-09-16 19:25:38 -04:00
Sour daccde89d7 Docs: Fixed typo 2018-09-15 11:13:51 -04:00
Sour d03a0538d7 Docs: Update documentation (debugger / hd packs) 2018-09-15 11:00:03 -04:00
Sour f3778b58bb HD Packs: Use hex format for tile indexes (CHR ROM)
(Easier to map the tile indexes with bank/column/row numbers)
2018-09-15 09:59:17 -04:00
Sour 0d40a57d07 HD Packs: Added mask parameter to memoryCheck conditions 2018-09-15 09:49:02 -04:00
Sour eab1731add Docs: Fixed missing line breaks drawString doc 2018-08-26 17:55:00 -04:00
Sour f6bef8b116 Docs: Updated documentation for 0.9.6 2018-08-03 12:58:33 -04:00
Sour eddfe2301c Docs: Updated Lua documentation with recent changes 2018-07-30 19:00:40 -04:00
Sour 0dccbf49c9 Docs: Add rewind/fast forward key shortcuts to shortcut list in "Getting Started" + added tip about rewind to undo an accidental load state 2018-06-24 20:27:25 -04:00
Sour 9398df9f8c Docs: Updated HD packs documentation 2018-06-19 22:17:13 -04:00
Sour f18e5054aa Debugger: Lua - Allow negative width/height values in drawRectangle 2018-06-17 13:32:18 -04:00
Sour 71f3105f9d Docs: Various updates to online docs 2018-06-15 21:11:54 -04:00
Sour cbb0f0e68d Debugger: Lua - Added "ScriptEnded" event 2018-04-04 23:35:41 -04:00
Sour 79dd71dc3b Docs: Fixed layout issues (menu & Edge) 2018-04-04 23:33:16 -04:00
Sour a9b2a4e1d7 Docs: Lua - Added documentation for getAccessCounters 2018-03-31 14:08:25 -04:00
Sour 624809545b Docs: Updated HD Pack documentation 2018-03-25 17:39:41 -04:00
Sour 41cef15c2f Docs: Fixed icon link for offline docs, added version/last modified to sidebar 2018-03-25 15:04:02 -04:00
Sour e2d753fbe6 Docs: Added getScreenBuffer/setScreenBuffer to Lua reference 2018-03-25 14:44:34 -04:00
Sour aaecfc6ba5 Docs: Updated documentation & screenshots 2018-03-24 16:14:52 -04:00
Sour 23c85a447b Docs: Added source for the online documentation site 2018-03-04 20:31:33 -05:00