Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve naming of the 4 SIDs #372

Closed
gurcei opened this issue Mar 23, 2021 · 0 comments
Closed

Improve naming of the 4 SIDs #372

gurcei opened this issue Mar 23, 2021 · 0 comments

Comments

@gurcei
Copy link
Collaborator

gurcei commented Mar 23, 2021

This is a sibling card to MEGA65/mega65-freezemenu#18 so try to assure the newer version of that submodule gets committed against this card too.

As described there, in the mega65-core's "iomap.txt" file, the 4 SIDs get referred to with this terminology:

C64 $D400-$D40F = right SID #1
C64 $D420-$D43F = right SID #2
C64 $D440-$D45F = left SID #1
C64 $D460-$D47F = left SID #2

This idea of naming the pairs as a "right SID" and "left SID" group is misleading, as the output channel of each pair is dictated by the audio mixer, which can push their output to any channel the user chooses (whether it be left, right or both channels).

My suggestion is to rename these SIDs to simply SID1, SID2, SID3, SID4.

gurcei pushed a commit to gurcei/mega65-core that referenced this issue Mar 23, 2021
…nting at various internal names they are also known by
gurcei pushed a commit to gurcei/mega65-core that referenced this issue Mar 23, 2021
…'external'-facing names for the SIDs (and also hint at what the internal names are)

- I've re-run "make iomap.txt", it generated more changes than I expected, but not necessarily bad changes, the ordering seems 'nicer'.

NOTE: I'll need to commit a newer submodule reference to 'mega65-freezemenu' as part of this PR (once my PR-review there is completed)
@gurcei gurcei mentioned this issue Mar 23, 2021
gardners added a commit that referenced this issue Apr 6, 2021
@gurcei gurcei closed this as completed Apr 10, 2021
frehwagen added a commit that referenced this issue Sep 18, 2021
commit 9f248d43e526e7bc4341036cef065d95beb11a8d
Author: Gurce Isikyildiz <[email protected]>
Date:   Fri Sep 17 18:03:46 2021 +1000

    In sd-card related comments, replacing terms 'disk1' and 'disk2' with 'drive0' and 'drive1', which seem the terms emphasised in our existing documentation.

commit f6cc88c615d20ca56c98b34c1395f6f034d694c4
Author: Markus Grundner <[email protected]>
Date:   Fri Sep 17 02:02:34 2021 +0200

    Fix to make saving of CONFIGURE settings to SD card bus 0 at NEXYS boards work. (#445)

    Related to issue #422.

commit 10e9d3a7473c1818aee1ba06c9eed0c5c799f9e3
Author: Gurce Isikyildiz <[email protected]>
Date:   Wed Sep 15 14:40:30 2021 +1000

    spotted an edge-case bug in megaflash

commit b64ef7e2bb28b32f3cfdfb2073269fe06f16360f
Author: Gurce Isikyildiz <[email protected]>
Date:   Mon Sep 13 09:21:41 2021 +1000

    Quick attempt to fix a problem with megaflash's 'erase slot' option

commit c1a4d139abda0a981b833e0d157a960cf957ec8f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Sep 12 03:09:55 2021 +0930

    add sector count to Track Info Block #438

commit 372b228bd169324c40175925ee8ed4d4730bdf3b
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Sep 12 03:09:28 2021 +0930

    implement variable delay for 1.5x MFM gaps #438

commit 4d6df004792707329e651e98fed8153ffe83fc15
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Sep 12 02:56:58 2021 +0930

    update libc for freezer

commit 1158df8c8b132a4dc05ad5620abf80113982662b
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 20:17:14 2021 +0930

    fix copy-pasta in freezer

commit ad892d3c752f556bedb954f84e8d0224c308fa6d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 17:35:55 2021 +0930

    plumb fdc_track_info_track #438

commit ef5894e6177f2a4197fe19a9f03cc33276d8121c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 17:34:12 2021 +0930

    fix missing signal #438

commit eb4a76267070ebddaac6746b2dcf58436fbd4440
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 17:32:45 2021 +0930

    update freeze menu for .D65 file support. #438

commit fadff56c7a8c516b43c910d620c7c368c92d2597
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 17:30:10 2021 +0930

    make "mega floppies" be ~5.5MB #438

commit e4b404bbcadf69672e037b9d4bb4c81fff1d5cb7
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 16:33:21 2021 +0930

    re-enable cycles_per_interval register for reading #438

commit d40610b5b0e59763906ce71aaefde6a16a02d7dd
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 14:56:21 2021 +0930

    fix bug with port track info block transition #438

commit 8797cfc4b69c4d5290b565ff560eabdf66de8be1
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 14:21:46 2021 +0930

    check CRC of track info block #438

commit def3c2e4ff56222c13cf0816cf0b612d96963c09
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 14:01:18 2021 +0930

    fix more bugs with track info block writing #438

commit 6a7d2154487a77da20e40c2a7ef02a6e87758902
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 11:40:41 2021 +0930

    more work on floppy format test harness #438

commit 31d802ccbb863d1b7d2d6ff7de0c4a7c9e54c398
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 11:40:24 2021 +0930

    fix wrong clock byte for track info header #438

commit cea0c9ac0831cd95958e3c1a3918273e927ceb25
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 11:27:10 2021 +0930

    work towards test harness for HD formatting #438

commit 34d8abf66fba138a340a6e38847de306a9156199
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 11:26:56 2021 +0930

    fix comments #438

commit 944ee3a9c007213407cc8654dd02fe74d2ead0c9
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 08:45:00 2021 +0930

    implement and use track info blocks, longer track-lead-in #438

commit cc75f398afa85b17208025b1569a1f5133b38647
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 06:55:47 2021 +0930

    fix no gaps bit select, set default write precomp #438

commit a01148b840b29a2a9ada5a1f73546a4f6a0e775e
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri Sep 10 01:34:54 2021 +0930

    fix bugs with write precomp logic #438

commit e7f0930a2d4a488a47d5d90ef35efad480f54fce
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Sep 9 18:15:18 2021 +0930

    write more random data for histo debugging of wprecomp #438

commit 8734743912fc4a6a0f075bf2b54676da35bdbfc4
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Sep 8 20:40:47 2021 +0930

    begin implementing write precompensation #438

commit 6245e757fe4f923edf218b8aa4bbdd40717234a4
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Sep 5 21:25:56 2021 +0930

    fix bug formatting tracks without sector gaps #438

commit 1240702827f472162908df6d01c13d0391d6d3f5
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Sep 5 18:21:33 2021 +0930

    fix header crc of subsequent sectors #438

commit ddf66e449e2afd1b8915cb089ecfdf7b941a0dc3
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Sep 5 17:05:09 2021 +0930

    fix more CRC bugs in track auto-formatter #438

commit 0b9d6a257b373f7eb4e634bb9d2612e2a74d39f5
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Sep 5 13:28:40 2021 +0930

    fix bugs in track auto-formatter #438

commit 2df54f36154e5dcffb7a8c3a3bc27a482e46823c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Sep 5 13:11:23 2021 +0930

    fix typo messing up #439

commit 5e49dd2f867ae487d51c00d8fd8d97ba64643c82
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Sep 5 11:48:58 2021 +0930

    remove disabled code

commit 1f71d107e31438840f54da6358fc2b6a39345f9d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 4 12:17:12 2021 +0930

    more work on recording zone support for HD floppies #438

commit 2dc89fbbb8e24725afa16f8183396c03dcdac9ca
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 4 12:17:01 2021 +0930

    initialise all signals

commit a25728c40a1d5f041d3516101e14f2e04365a749
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 4 12:11:11 2021 +0930

    begin adding hardware support for zone recording #438

commit 44af6882df20b090ee32532acc7c67b4a15aae5b
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 4 11:54:50 2021 +0930

    begin implementing auto-format command #438

commit efd3b21ed548617eb49d7e77243839079295ec6e
Author: Gurce Isikyildiz <[email protected]>
Date:   Mon Aug 30 21:19:07 2021 +1000

    potential fix for loading of deleted '?ICKUP.M65' file (#440)

    Co-authored-by: Gurce Isikyildiz <[email protected]>

commit aaf6955d38fa3b5200e7afe69251d7a67508ea89
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Aug 29 15:50:45 2021 +0930

    revert to DD on reset #438

commit 4db58766ff827c6c820507c12a4a0d783b85a9d7
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Aug 29 14:29:59 2021 +0930

    allow easier debugging of fdc 2x operations #438

commit 645a8adca1edee597c681e33d9b8ff163ff5c0e6
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Aug 29 14:23:55 2021 +0930

    implement hypervisor call 00:3E - read file into hyper RAM #439

commit 80a1b3cc0e52750ecaa370c1199e8fa2f31d934c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Aug 28 18:14:11 2021 +0930

    begin 2x FDC decoder #438

commit 292846bf40b6b952f69337b4ea50788827c118dc
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Aug 26 20:07:29 2021 +0930

    possible fix for #432

commit 456e7bfeff4a727510e3cbbd8051daf90e52f8c4
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Aug 26 18:20:38 2021 +0930

    update open-roms

commit 37ffa3f1671d8728c266dac4dfb05950f57a6718
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Aug 25 20:30:07 2021 +0930

    fix assembly of MFM bytes for writing #436

commit 34d3e4eb8a4c1ceed9d176d0dfe25ca596b0a279
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Aug 25 20:17:16 2021 +0930

    fix stashing of MFM byte clock bits #436

commit dc84ff10f3dc23eba3f7fc6a1e3b3235dfbc63c8
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Aug 25 20:02:47 2021 +0930

    edge before each ready_for_next #436

commit 174513d219ab4763eba69070111d79d06172bb2a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Aug 25 08:09:05 2021 +0930

    fix race condition and add extra byte buffer for format #436

commit 1500e694a11888970e5993ac7128918fbfc3931d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Aug 24 23:00:31 2021 +0930

    roll-back to previously known good open-rom version

commit d7914aea5dafbe15bf9958f43f90f5f4cd6ba0de
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Aug 24 21:08:22 2021 +0930

    fix 45GS02 cycle counts for BIT instructions and JSR #436

commit 8b53ed248f850ba26ac6cd2a665f5e3c503bc6c1
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Aug 24 07:36:48 2021 +0930

    update open-roms for palette handling on boot fix

commit 2f335d2ff68f9592a64739077365a805526fb332
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Aug 24 07:32:43 2021 +0930

    fix writeprotect handling of drive 0 #435

commit 8639751e1636ed3f0165a2d8da409a4feeb9452f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Aug 23 21:43:52 2021 +0930

    fix consistency of reading D81 write-protect flags #435

commit ed3e1377618af0fdbbcbae00c4cbbdcf6829fda0
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Aug 23 21:43:11 2021 +0930

    don't charge for branches taken at 3.5MHz+ #436

commit adc56a2749b630c0750dfaae6dd03de10a5fa90f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Aug 23 21:13:47 2021 +0930

    resolve #407

commit af2947a2af25fe06f461fa8e9987b05ff96659eb
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Aug 21 12:28:43 2021 +0930

    begin implementing floppy read retry #433

commit 0fb485d6a3df85dc40699b8809ce9a60a3ab7926
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Aug 16 19:55:31 2021 +0930

    fix issue 200 in mega65-user-guide

commit ccd84685f5468b7fd8c8b1189e729814acec2b0c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Aug 15 06:58:15 2021 +0930

    fix another real floppy RNF logic error #230

commit 78cb586efe287bb52c8d931856b79fcd40737d96
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Aug 14 21:23:32 2021 +0930

    fix floppy write immediate RNF logic #230

commit fa8242a1e2158d76c09ac5fb36c992c11c8122e1
Author: Gurce Isikyildiz <[email protected]>
Date:   Sat Aug 14 14:54:22 2021 +1000

    Fix problems mounting 'MHZ.D81' (#431)

    * Fixed a problem with mounting 'MHZ.D81'. Seemed to be unhappy with the letter 'Z' :)

commit 64fdcb7e7250af9dea7052c7e587f1917f96eb35
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Aug 14 06:22:41 2021 +0930

    reimplement auto track stepping for sector ops only #230

commit c34df490b86003961c8b7ca08b852ea785483521
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri Aug 13 06:12:46 2021 +0930

    fix copy-pasta #230

commit becb79bee32ec40d110588950ce235091fb2c1b5
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri Aug 13 06:10:33 2021 +0930

    don't call hypervisor write trap when writing to real FDC sectors #230

commit 20c3cab418f81a02e2dd162c445efb3771173133
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Aug 12 21:56:44 2021 +0930

    remove autotune for FDC as it causes problems during formatting #230

commit f2a87b957a444fd9d3149ddebc1a3df7d7c04581
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Aug 11 21:27:22 2021 +0930

    fix more sector writing CRC calculation errors #230

commit 0952d46c2813aab8ef7a0792d41b51a7fba78663
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Aug 11 20:38:15 2021 +0930

    fix bugs in sector write CRC calculation #230

commit 30646d7f4c7a017f8cb592229c5ce37852026dc9
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Aug 11 08:53:18 2021 +0930

    fix stuck at start of sector write bug #230

commit de4d2100f940f4d91e137948fdb5d2320d000b25
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Aug 11 08:05:47 2021 +0930

    add debug for FDC sector write counter handling #230

commit 91b802682456e12874823e4636945062c075c978
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Aug 10 22:17:21 2021 +0930

    fix double-stepping through bytes when writing sectors to floppy #230

commit fddb120016b35a309b280c718743dcf07a88507f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Aug 10 21:41:39 2021 +0930

    fix "only reads end of a sector" bug #230

commit 851742def1238079a4d85bbaf94085ceaba5f204
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Aug 10 20:09:51 2021 +0930

    de-glitch gap_valid #230

commit 3e0bacf44d80cc0e5b3350c79b173645e4cba6a2
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Aug 7 10:15:34 2021 +0930

    edge trigger for break point #429

commit 6ddee4afef27cd3fd2c50565397e85dcbdda6ae3
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Aug 7 07:58:31 2021 +0930

    work around palette stomping by openrom #430

commit 99d795c87233610ecf3ef918d4460e195d20103b
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Aug 5 21:27:59 2021 +0930

    fix palette for banner on first boot #430

commit 781f096fe591a8853de0d217d54a58690d06aba5
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Aug 4 21:24:10 2021 +0930

    update freeze menu

commit f0afbfd8bb860295b0c6c50ea7faae25d0ff2c43
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Aug 4 21:12:37 2021 +0930

    update freeze menu

commit 64f9d43e9a63dc3d8c28b60aa8d8e6a996d2f010
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Aug 3 21:59:49 2021 +0930

    update freeze menu to fix nasty bugs

commit d40ddcb80b9ccedc18b12f6e27308af1901c2466
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Aug 3 19:29:19 2021 +0930

    update freeze menu for display glitches

commit 0f48635fecb449866b2f4a2c9bddaf3759816542
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Aug 2 13:36:40 2021 +0930

    more debugging serial monitor interface write watch trapping #429

commit 1b89f9ff23a7774bf5e3e3330777c59e0c4e68a0
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Aug 2 07:27:50 2021 +0930

    add J debug command to monitor and ! display when breakpoint matched #429

commit 0a4e6b2fa890aea42382ece11c0e97143b81b63d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Aug 1 22:03:46 2021 +0930

    preserve b and w setting when CPU triggers a break-point #429

commit 5e5586ddd33eadb021b5a7ecc13bceab38d78f43
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Aug 1 22:03:24 2021 +0930

    allow debug viewing of monitor_irq_inhibit signal #429

commit 318fc4d90256088ccc3f263f96f785b2fa4f59c8
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Aug 1 21:17:47 2021 +0930

    implement CPU asserting monitor_watch_match #429

commit f2bee9f367d6e477d34d20128fe92264010bad18
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Jul 28 08:58:07 2021 +0930

    simplify ethernet free rx buffer count #427

commit 7b81fbd096c870ee5a5d85188b40fca321fc0bd8
Author: Gurce Isikyildiz <[email protected]>
Date:   Wed Jul 28 09:52:57 2021 +1000

    #422: Saving CONFIGURE settings under nexys (#428)

    * - If all the submodule-update-init stuff is getting on your nerves, you can now use "make DO_SMU=0 <targetname>", or add an "export DO_SMU=0" into your ~/.bashrc file.
    - Added a few extra args to the compilation of mega65_config to help me debug in m65dbg with the outputted vice label file (mega65_config.lbl).

    * #422: Reverting commit #ba08a4ea58984d61c42b202b9708387e95585df7

    * #422: reverted 1b268acbf324e62ca263c416e4402646d7af4835

    * #422: Add workaround for nexys4 boards to use sd-card bus 0 for writing the config data

    * #422: Try setting interrupt-disable flag and adding a delay, to see if it helps nexys4 boards

commit 248795939fafe472de204fb354100f86c8e0be6a
Merge: ba08a4ea 87162cc2
Author: frehwagen <[email protected]>
Date:   Sun Jul 25 00:12:19 2021 +0200

    Merge pull request #426 from MEGA65/425-access-mounted-image-file-name

    425 access mounted image file name

commit 87162cc2407dd278d897587cef3d177ab77913e7
Author: Falk Rehwagen <[email protected]>
Date:   Sat Jul 24 08:57:17 2021 +0200

    Update hyppo get proc desc based on feedback #425

commit f868fc5c823f507f726482fee9305b743ed0bafe
Author: Falk Rehwagen <[email protected]>
Date:   Thu Jul 22 10:57:44 2021 +0200

    Revert iomap file deletion caused by cherry picking the previous change. #425

commit 7dae4599d00e5f3ef2eb9c8274fdc25b7525403a
Author: Falk Rehwagen <[email protected]>
Date:   Thu Jul 22 09:00:27 2021 +0200

    Add HYPPO call to fetch block descriptor into task space, the structure hold image file name of mount for drive 0 and 1. #425

commit 992eadaadc70d7074dd1b44bf65b1d6583882f7f
Author: Falk Rehwagen <[email protected]>
Date:   Thu Jul 22 07:34:35 2021 +0200

    WIP on development: 0c8ce59e improve comments

commit ba08a4ea58984d61c42b202b9708387e95585df7
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jul 18 15:32:20 2021 +0930

    fix typos #422

commit 1b268acbf324e62ca263c416e4402646d7af4835
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jul 18 15:30:05 2021 +0930

    switch SD card bus for N4DDR target so configure writes to correct place #422

commit 0c8ce59ef27bfdf4a1c700c55baa73b7ec782d9c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jul 13 14:09:42 2021 +0930

    improve comments

commit 8ccc091b2962c489253687cc6aaf1abfe24b966e
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jul 13 12:25:32 2021 +0930

    improve documentation of CRT scanline register

commit 665dcacf64361d9e94b94704bf1f2a4697ac7109
Author: Gurce Isikyildiz <[email protected]>
Date:   Wed Jul 7 23:08:10 2021 +1000

    #352: Assure all freezer files are generated by Jenkins

commit 05920ec75af04312ff2e96b40e3a9ed3385515e1
Author: Gurce Isikyildiz <[email protected]>
Date:   Wed Jul 7 16:08:28 2021 +1000

    #352: MEGAFLASH: Make use of a new 'model_id' field within core header to assess suitability of .cor file chosen for flashing (#413)

    * #352: Removed superfluous field that nobody seemed to care about from version string

    called: 'number of commits since branching from branch "ghdl-crash-20200604"'

    * #352: Moving to newer version of openroms that has d81 image loading support

    * #352: fixed up compiler warnings in megaflash
    - replaced $(warning) lines in Makefile with $(info) instead

    * #352: added some debug niceties

    * #352: changes to megaflash to assess model-id field

    * #352: Added in TheChief's patch for fixing the slot0 flash backdoor
    - Cleaned up the indentation across the file too

    * #352: improved readability of slot_count value

    * #352: Updating submodule reference for mega65-fdisk to latest master

    * #352: added the SPRITED.M65 and ROMLOAD.M65 targets, and tidied up the freezer-related targets

    * #352: Updated references to mega65-libc and mega65-freezemenu submodules

    * #352: Added fix for boot-up ROM-selector on Nexys boards

    Co-authored-by: Gurce Isikyildiz <[email protected]>

commit 93e1229c086a2e02f7424a4c341bb3155e705a57
Merge: 400b006c b2a394c1
Author: gardners <[email protected]>
Date:   Mon Jul 5 07:52:06 2021 +0930

    Merge pull request #421 from TheChief/development

    Fix for: VIC III/IV: Multicolour text mode with 256 colours ($D031 bi…

commit b2a394c1aba820fc9391a9dc7545130f42a9e172
Author: TheChief <[email protected]>
Date:   Sun Jul 4 17:25:40 2021 +0200

    Fix for: VIC III/IV: Multicolour text mode with 256 colours ($D031 bit 5) not working corretly #420

commit 400b006c01528d7b3fabcc72ff578a1a2497ecbd
Merge: bca1ab77 73a2cab6
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jun 28 02:59:17 2021 +0930

    Merge branch 'development' of github.com:MEGA65/mega65-core into development

commit bca1ab774fff7c57693017c5110e68441f0a37b3
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 27 21:28:49 2021 +0930

    calculate FDC CRC bytes when writing sectors #230

commit d7cf4bf550c89e6f1d830bd2b2a6b632bbb4dca6
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 27 21:19:11 2021 +0930

    cover missing cases in select #230

commit 1be778fc9e3e43f30d3ac00b7e7f4973a0bd68ff
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 27 21:18:13 2021 +0930

    fix typo in mfm_decode #230

commit 3c5dc9af919cf6782cf1f7c984d9d75fc32735f4
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 27 21:15:50 2021 +0930

    begin implementing real sector writing to FDC #230

commit c7fe8fd2389ddf30d8a29b01da4c86f45063a4a4
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 27 20:47:58 2021 +0930

    enforce side ID matching when reading from real drive #230

commit c68bcaa78b8b186135a16a0e5aaee70e158d45ae
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 27 07:37:38 2021 +0930

    allow freezer to correctly read debug crosshair position #400

commit 97e4c4ebf785157d39b23d40fdb8370514466151
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 26 23:32:56 2021 +0930

    disable autotune by default #230

commit 36731334b7cf14fd968310662e19c4fd2a45247a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 26 23:32:29 2021 +0930

    make all STEP pulses equal width #230

commit fec837b00e5616bc001c3710ad6dd03a939491a5
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 26 23:15:19 2021 +0930

    improve exclusion of FDC auto tune during formatting #230

commit d57d802e59b982c80210f93769e42b254bfbaa2f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 26 23:12:00 2021 +0930

    disable FDC autotune while formatting #230

commit 1575ed99ec9eb001f1256ff22480b3b190156997
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 26 23:11:43 2021 +0930

    update iomap.txt

commit 1d054cd917511c4580d56e211d99be87e0d63f16
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 26 21:48:32 2021 +0930

    fix f_index line monitoring #230

commit 544ef0b17296428498baa75d82556ec23fdb5c29
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 26 21:07:20 2021 +0930

    debounce floppy index hole sensor #230

commit 22786d714ab1c0905953fb7b841e85ea73e8556f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 26 17:40:57 2021 +0930

    set F011 busy flag during track formats #230

commit 0b9450e8fa55a6d01f6cdc0ce8bb0ba08f8c1583
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 26 16:25:24 2021 +0930

    fix floppy byte latching logic for track formatting #230

commit c1d7b7617ef40dc0b0f0a6d28f6ae752ee8ad3d8
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 26 15:01:00 2021 +0930

    tweak floppy byte lost logic #230

commit 54c4fd1d94d5543b467af87397430152d35b317a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jun 22 22:35:42 2021 +0930

    fix F011 bug-compatible delayed latching of clock byte #230

commit b046c91e79d38f7bd85ce0616f1754260ab7c420
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jun 22 19:51:43 2021 +0930

    fix synthesis #230

commit ac1a6de45ca63755d63d49ea77aa48a9faf5c10e
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jun 22 19:47:40 2021 +0930

    make FDC unbuffered track formatting bug compatible with C65 F011 #230

commit 7b74cd915edeccd6f15583e39931f447ac8b4539
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 20 17:30:19 2021 +0930

    only update gap output register when a new gap arrives

commit 6a4776efba25e0b9c2ba1bdbd4588943822c7945
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 20 17:09:10 2021 +0930

    fix $D6AC SYNC flag #230

commit 6f87e8dbe2215811af3cc68d397b52092be402cb
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 19 01:02:38 2021 +0930

    make WDATA pulses ~50% of WCLK bit width #230

commit 73a2cab629aabd9188f83d943ecdeb1ed30ee145
Merge: c7551116 37b18661
Author: gardners <[email protected]>
Date:   Fri Jun 18 17:00:02 2021 +0930

    Merge pull request #392 from ande0207/fix-389

    Fix #389 - Add GHDL into Makefile & Documentation

commit c75511169267aeddfda9b59394c1994c3ce8f11d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 12 18:55:45 2021 +0930

    allow DMA line mode for copy mode, and for both src and dst addr via option codes #401

commit 52a965581e3526703e4c68b6d59fa6e6ca04d038
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jun 8 21:32:09 2021 +0930

    MEGA65R3 uses -2 speed grade FPGA

commit bcf076502c5c990739466537f05a3c2381efc403
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 6 21:00:21 2021 +0930

    fix floppy format state machine bugs #230

commit d4038ab6e3ffd658e4e0dbb149957083c8e00b96
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 6 20:31:46 2021 +0930

    remove VFPGA from simulate target to speed simulation prep #230

commit 2237240c606d3a0f65e5be31ef7c175cc1d11fc3
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 6 20:31:18 2021 +0930

    fix 0-9 to select alternate roms #395

commit d38d5e8797b335ce8f92bf09fbea02bb9354e805
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 6 09:53:14 2021 +0930

    more floppy writing debugging #230

commit 1b41206ba2ec2df376f556884e1b676e8ab6cb3d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 6 09:52:27 2021 +0930

    improve debug output for floppy track formatting #230

commit 707861958abc751e48cb1114fe22d9ca718bfa46
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 6 07:49:53 2021 +0930

    emulate floppy index hole in simulation #230

commit 87bb5b9cf33453391932ac04cd332880b18c4d2c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 6 07:39:02 2021 +0930

    fix out of bounds in simulation

commit b001b3e271f42dccc46d2a5e0c85393c5ff25def
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 5 21:20:13 2021 +0930

    fix floppy format state machine lock-up #230

commit 55e8b2121e26a6e587b3492e1b5cde491ba94404
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat May 29 23:30:13 2021 +0930

    add debug counters for format track activity #230

commit dbe2821ecf9f0a494e02712726a2fd986af86b50
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu May 27 04:45:22 2021 +0930

    fix logic error in WGATE handling #230

commit a873e7c96e90da52c2f6f973694b879862d977e9
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed May 26 10:52:06 2021 +0930

    add real hardware detect bit #393

commit 37b186616c8f750cc37733fa1bf013b5c9772fae
Author: Luke Anderson (ANDE0207) <[email protected]>
Date:   Sat May 22 23:18:53 2021 +0930

    Fix #389 - Add GHDL into Makefile & Documentation

commit 3625c11b002dc11b261e04037fb5a53b2d668aa8
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat May 22 12:42:32 2021 +0930

    fix logic for display of cross-hairs and sampling of pixel #390

commit d6ff64f306539d9631254bc70270c7f523d15b82
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat May 22 09:28:44 2021 +0930

    resurrect and improve pixel read-back debug interface #390

commit 47b5575aec4db6125d73a06cfd6d038608c3d2c6
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed May 19 17:40:30 2021 +0930

    disable flaky hyperram speed improvment

commit df3c862c773f290249a4cf8abbce3f72b9b8cf4d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed May 19 17:40:20 2021 +0930

    add note for C65 DOS format support

commit 0acea289eb1851a69827caf751858fd59a3be2e5
Merge: ba92038d 38c8e89e
Author: gardners <[email protected]>
Date:   Fri May 14 09:17:44 2021 +0930

    Merge pull request #386 from TheChief/development

    Added support for right shift key via extended scancode to fix issue:…

commit ba92038d165f096e7c185a6892a5174c672eb605
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri May 14 05:59:58 2021 +0930

    try to fix DE issue for hdmi test bitstream

commit 9acee9422da32c9b8c1b2fb17a72f8607b09c50a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri May 14 05:42:02 2021 +0930

    add missing signals

commit 1a637b77282fa3138703b1c0efd15d81fb644a1e
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri May 14 05:37:23 2021 +0930

    begin working on simple HDMI output test for R3 boards

commit 38c8e89ef3f509eaab6d10d44a10b4f08607879e
Author: TheChief <[email protected]>
Date:   Thu May 13 23:24:32 2021 +0200

    Added support for right shift key via extended scancode to fix issue: https://github.com/MEGA65/mega65-core/issues/384

commit 427202f19420cd25671ddf3f11fa8f4ada25bf01
Merge: dc89e206 f6465b8f
Author: gardners <[email protected]>
Date:   Thu May 13 07:35:33 2021 +0930

    Merge pull request #385 from TheChief/development

    Added keyboard extended scancodes to fix issue: Some USB / PS/2 Keybo…

commit f6465b8f3171b09bd15c8a995b82b4221d979586
Author: TheChief <[email protected]>
Date:   Wed May 12 23:23:41 2021 +0200

    Added keyboard extended scancodes to fix issue: Some USB / PS/2 Keyboards use different scancodes #384

commit dc89e206a162293b98aa00e31f045252dea4f06c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon May 10 11:21:34 2021 +0930

    support more variants of cursor key scancodes #384

commit fe2b723cfbb805ae4404c3a9a1bb4557b935968f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri May 7 08:09:13 2021 +0930

    try to fix 8MB flash tool progress bar overrun #382

commit f7cac20545e7858718b61e711a7fbaec9618b331
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue May 4 21:27:14 2021 +0930

    oops. Typo #379

commit 9b5625e7b580c0434287404ab28c21595c2468b9
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue May 4 21:25:42 2021 +0930

    disable hyperram cache by default #379

commit a1f4135d53c157a9bfdcf249e51ed11b896760d6
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun May 2 09:51:10 2021 +0930

    add cycle counter for easy timing of instructions #378

commit 8359cead3f8d67f3d0d1065d2af6af8abce864a2
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun May 2 02:30:05 2021 +0930

    work on fixing Q instructions #378

commit 1df6513139342e33f3840046a22363da54a31d5e
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Apr 28 07:58:15 2021 +0930

    fix more Q instructions

commit 754aea2375b4278874977fcb19154447f65eb54c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Apr 28 07:48:49 2021 +0930

    remove incorrect simulation top border lock fix

commit 2742786e0d917b2aedcfa1adf652a4c8d965e9c8
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Apr 27 21:59:06 2021 +0930

    split ADQ execute stage in two for better timing closure

commit 1fad6d36c604c0387e122e3baa9bfa06f168d85f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Apr 27 21:27:27 2021 +0930

    fix simulation errors

commit 07014bbe2a630616c3ac05189d5477322af6a12a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Apr 25 23:16:38 2021 +0930

    work on megaphone r4 support

commit 60d2318e18b51dac3d6cdc00f5f0e7bd35ff8eac
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Apr 25 23:16:11 2021 +0930

    fix errors in register desciptions

commit e154b236bbf0bbfc918ca6fc9ac8621395042645
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Apr 25 23:15:45 2021 +0930

    work on hyperram test

commit 150922ce9d6a0c1ca8dedb73b31adf1592f3723f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Apr 25 23:15:29 2021 +0930

    work on adding back support for fast hyperram bus

commit 5bbf3150c1f488348fc2522cc45d627c12581935
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Apr 25 23:14:57 2021 +0930

    update iomap

commit 1ed49b552d32518b1fc1370f5e80d89a7db893ef
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Apr 25 23:14:02 2021 +0930

    more work on c64 float acceleration background

commit ca187099dd14d52ba1bfdc3d5bd84f41d849a9e2
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Apr 25 22:17:46 2021 +0930

    provide upper byte values for STQ #374

commit 361cbb8c9d8b9a06e4fa354a25a5a142a5d7bc22
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Apr 25 06:29:45 2021 +0930

    try fixing eth buffer mishandling

commit 4c3072277bb139bd094a3c34bee3554d4641e065
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Apr 25 02:35:21 2021 +0930

    debug ethernet frame rx handling logic

commit 26d30c7e55e2ae965c9b18bdb34dddbe6989b548
Merge: 1d1d64ce 376bd89c
Author: gardners <[email protected]>
Date:   Wed Apr 7 07:09:45 2021 +0930

    Merge pull request #373 from gurcei/372_sid_names

    #372 sid names

commit 1d1d64ce7e3b46d512a28e3e2a01712931f40748
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Apr 1 10:35:53 2021 +1030

    fix typo

commit 607b2135c90cedad2de0ced86c4c3d5ff550ccf2
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Apr 1 10:22:28 2021 +1030

    add secondary scan codes for cursor keys on some keyboards

commit ab27a742813210fca302266d7ad3dd5b9f4d57bb
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Apr 1 09:13:49 2021 +1030

    enable fast_cmd for hyperram reads, but not writes

commit 6ab884c2f21c18b8bd5c4e62419a9c10e399adcf
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Apr 1 03:19:35 2021 +1030

    revert back to fast_cmd off for hyperram by default

commit b493ef79e76ad29da91a4f43468985e52e1a84d0
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Mar 31 21:06:53 2021 +1030

    try to fix hyperram fast command mode

commit 376bd89ce27132bd8b821c1235558f40049eb4de
Author: Gurce Isikyildiz <[email protected]>
Date:   Wed Mar 24 00:49:39 2021 +1100

    #372: Improved the comment inside "iomap.txt" to share the new 'external'-facing names for the SIDs (and also hint at what the internal names are)
    - I've re-run "make iomap.txt", it generated more changes than I expected, but not necessarily bad changes, the ordering seems 'nicer'.

    NOTE: I'll need to commit a newer submodule reference to 'mega65-freezemenu' as part of this PR (once my PR-review there is completed)

commit e2dcf36a32cdd51b4e0d0026117b8d220c2bc79c
Author: Gurce Isikyildiz <[email protected]>
Date:   Tue Mar 23 23:32:59 2021 +1100

    #372: Provided nicer external names for the SIDs, while also hinting at various internal names they are also known by

commit b8e5b9bbf3549763fe325dd5ad210c134a94ebb8
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Mar 21 13:42:03 2021 +1030

    begin implementing string to floating parser

commit c34a293b375a8d77fa6a5701a0c8030b91535f1b
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Mar 21 13:26:15 2021 +1030

    add more test constants from C64 ROM etc

commit af6cea9552ade13f7b6e8afd1ee5456cf88b3fbd
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Mar 21 13:10:46 2021 +1030

    work on tool to build hardware algorithms for C64 number parsing

commit 9d52c4445470b6ff7c51632afc78770b6994f9b4
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Mar 17 07:51:06 2021 +1030

    fix american english use in auto documentation comments

commit 8e09dcbacc9b7ce50b27c5fe73fa2fd0aac930cb
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Mar 15 09:48:14 2021 +1030

    copy hyperram timing constraints from R3 board #165

commit a0af5a6d9e364b7fb0239bfae6fcc1ee53f1c682
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Mar 13 22:18:19 2021 +1030

    implement call for #369

commit f96277ef5acfbd0883d43e56b725433fb59470a2
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Mar 6 09:57:01 2021 +1030

    remove cross-clock-domain use of mark_cache_for_prefetch in hyperram.vhdl

commit 3a91be5c1818f34ef76e5a01ebca6fd47157e2be
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Mar 1 21:04:01 2021 +1030

    make IEC bus CPU speed clamp run-time selectable

commit 87bc9115e4c74d03c020b3f1e8cc987cc9ed36d7
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Mar 1 19:35:21 2021 +1030

    fix multiple driver, begin hooking up sector write to real drives #230

commit e58133039c0799fc3d063e9a533e8cc291fc53a9
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Mar 1 19:18:08 2021 +1030

    add missing then keyword

commit 39a34ca6356d7a128dfdab0486d741447c270c0b
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Mar 1 19:16:15 2021 +1030

    hook up MFM encoder to unbuffered format #230

commit 6d4047ff4621eb2e3e604b77960a2fa71c298a55
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Mar 1 19:08:34 2021 +1030

    begin to plumb in MFM disk writer #230

commit 1f4e55d7dc50f274d6b71b4baa0ee8c62d584353
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Mar 1 19:03:06 2021 +1030

    add mfm_bits_to_gaps.vhdl to targets #230

commit d46a283f8bc09ff297f7c8ae1d6c24ad938ff439
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Mar 1 18:59:14 2021 +1030

    make IEC bus activity detection more specific

commit 3aa355521144dcdd0d3e9af14e044d5e5f251b77
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 23:19:58 2021 +1030

    put correct header checksum values in synthetic data #230

commit e3a5f9499f61026752dde4cf92c918de2008a69d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 22:59:20 2021 +1030

    allow plumbing in recorded or real-time generated MFM data #230

commit f08ec7205f4a96237fdc7683a416d59d67a31047
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 22:58:57 2021 +1030

    fix MFM encoding error. Now generates correct MFM bitstream #230

commit 52756327aa408a1aca39e2ad92a1785c6fe7637d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 21:42:49 2021 +1030

    work towards plumbing MFM encoder to decoder #230

commit f6ebb90581c6d5ef06125f3a69efdc86bf862563
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 21:35:10 2021 +1030

    get MFM encoding test bed producing MFM bit stream #230

commit 8e340947dbe7f6b7f09d586bead664fedfd7a5e9
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 21:28:04 2021 +1030

    fix problems in mfm encoding test bed #230

commit 196ee495fd05fe50d1937f44abc292083df56565
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 21:20:26 2021 +1030

    create data structure for MFM data feed #230

commit ef5ce2b3ebfde2837762c9a6172602ac5aca58ff
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 21:13:23 2021 +1030

    fix error in mfm_test.vhdl #230

commit faacd38742f7905171e0b2cea7380c2e8539e354
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 21:12:38 2021 +1030

    fix problems with MFM encoding test bed #230

commit 12859f3b2e3e467b9bee52cff64048908c77714c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 21:01:31 2021 +1030

    fix generation of MFM bit sequence #230

commit 2c6db56dd9dabba6e94bcca957080b02f11c9b79
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 21:01:07 2021 +1030

    use ghdl_mcode that builds on Ubuntu 20.04 for MFM debugging #230

commit 62cc4a62aaf699c8184bf9f6170e5c146792229a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 17:32:57 2021 +1030

    begin implementing unbuffered track write #230

commit e16f5d6a5459963bb2443c0706d8fbf857111350
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 17:32:29 2021 +1030

    fix sprite data address when bitplanes active and moved to bank 4 #365

commit 7f819acc57ab08966212d2cabbf32d67d2d5498a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Feb 23 15:15:32 2021 +1030

    get 1.8v differential signalling working #366

commit 2768e03c74312c1eed3feec54b7ad737224ce16f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Feb 23 11:02:06 2021 +1030

    more trying to fix MphR4 differential signalling #366

commit d0c8a0ce6f5d800fee4d11034d459abc9b27063d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Feb 23 10:47:01 2021 +1030

    use LVDS not TMDS33 on TE0725 that has 1.8V VCC_AUX #366

commit 55e425f81c2999d1037146814df4f55c60d55b81
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Feb 23 10:35:08 2021 +1030

    update pin out for MphR4 board #366

commit d4716141973e886470a3926639e18f3deb8d2f42
Merge: fcee7a9a af266a5f
Author: gardners <[email protected]>
Date:   Tue Feb 23 10:28:10 2021 +1030

    Merge pull request #367 from goran-mahovlic/patch-1

    Update megaphoner4.xdc

commit af266a5fb69a72b6fa042b83e46f56c33912138c
Author: Goran Mahovlic <[email protected]>
Date:   Tue Feb 23 00:55:37 2021 +0100

    Update megaphoner4.xdc

    Current pinout

commit fcee7a9a9f05558a2f8cabf14c269431d824768d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Feb 23 09:43:37 2021 +1030

    work on simple VGA+digital video output target or Mph4 target #366

commit 48e321c82ad71dc068f068ff416e11fd7d2da1cc
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Feb 23 09:43:29 2021 +1030

    fix comment

commit 57f1635fe617002caeb40296fc95194cac72e2d8
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 21 10:33:40 2021 +1030

    praise be to the spiral!

commit 4226171e887bdc7f4a14224f48deca7cffad23c1
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 14 07:50:53 2021 +1030

    add matching delay to $DD00 reads #341

commit 8774db0f729dfc102cb78ed0f260f1beedeafb73
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Feb 10 07:51:45 2021 +1030

    delay only DD00 IEC output lines #341

commit ac1aac00c75a298d3749161a48036206684d03f8
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Feb 9 09:53:58 2021 +1030

    very slightly increase PAL 1MHz clock #358

commit 54e02cf89da4abd1cfb0756bf67946e933115b05
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Feb 9 07:36:39 2021 +1030

    fix error in dd00 delay logic #341

commit 71e03fcd7d71c762b86ef9024d7dee440005c58a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Feb 9 03:53:12 2021 +1030

    ASW was putting B14 into C, should be B15 #361

commit f84a25c6e9c4fbf54f1671efa905f679c9dab3a6
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Feb 9 03:51:17 2021 +1030

    make DD00 delay selectable, and flush pending writes when too rapid #341

commit 7c61689a3af0da3d09d8f09c80ea5d68736632c7
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 8 21:42:03 2021 +1030

    delay writes to $DD00 to correct cycle as for 6502 @ ~1MHz #341

commit f4f8c9c88018b78fe5af9d3f7b34c49bec1cadc5
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 7 20:39:04 2021 +1030

    disable 6510 emulation when memory is MAPped, eg C65 DOS #227

commit 6dfb489e8cb09e9c356fe0aa1790cc035144838a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Feb 6 23:24:10 2021 +1030

    reduce n4 program speed

commit cf5492faa927ba5cdfa3dd9dbd52eb28639e032d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Feb 6 21:19:55 2021 +1030

    drop config frequency for N4DDR target

commit c5ffd9e9031d53498cab6064c88bbdbd130d0477
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Feb 3 20:41:01 2021 +1030

    increase PCM clock to 96KHz

commit 06000a42079a1eaaa9177e6be45fcae739bf95d2
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 23:02:22 2021 +1030

    and further UX improvement for onboard.c

commit aaeeee66d08364f4d2adbe99442d493d04c1e8d7
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 22:54:14 2021 +1030

    further improve onboard.c

commit 00ea3ae062b59a3ec4f086dad2a261f212a3297f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 22:36:46 2021 +1030

    use : for min to sec separator in onboard.c

commit 8f5582e7ee386c7894facbd2ac03b5acc2fe2464
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 22:31:12 2021 +1030

    further improve onboarding video mode selection

commit 986a62439e436dbb1e8787147695994dde52d194
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 22:25:28 2021 +1030

    improve onboarding utility

commit 12bbe97ff689dd99a7d4d320a0ceaa4fcdcdd808
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 21:09:40 2021 +1030

    fix sense of signal for audio enable in onboard.c

commit 5ab8bc9d5e58dcfe797836c015e80b045fd6b445
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 16:43:44 2021 +1030

    implement divisor and multiplier busy flag #354

commit f38e9e21c0ce402682f475ee173f1ecc30ade9a7
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 16:35:58 2021 +1030

    set N flag in INW/DEW #355

commit 5adaa36176ee5edb6ecb667fef6a87589bb856bc
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 15:51:49 2021 +1030

    fix handling of CRT emulation mode in HYPPO

commit 48aab90e8de13a3a52005edaf095169082ac7517
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 15:16:30 2021 +1030

    fix handling of $D054 on exit from HYPPO

commit 49919784b03d0570ac776a48dcfa94bde89dad97
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 14:46:34 2021 +1030

    correct CRT emulation on/off labels

commit d27b66d9c08989a0df0257f3488fd033c2ee4e3a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 14:31:21 2021 +1030

    pause DMA for pending audio DMA fetches #228

commit b5c91233d70cb0f2b2039854cc16f4caf6b5a0ac
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 13:05:14 2021 +1030

    update MEGA65 CONFIGURE utility to support CRT emulation etc

commit e8b256471d80d7e8081439acc8ccaa9b36dfbc37
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 01:16:47 2021 +1030

    bold+reverse on GOTOX token inverts default/alternate palette selection

commit 0dac0750055ab13f78008318912dcb3eb5938b31
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 00:52:08 2021 +1030

    explicitly make the C6xTHUMB.M65 files

commit c01fe16be45007cc9854b352e610a5743473ad1a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 31 17:49:50 2021 +1030

    add targets to auto-make AUDIOMIX and C6xTHUMB.M65

commit 7cdf97df4769f9ac9829b3f2c2428c04f3a22172
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jan 30 18:42:58 2021 +1030

    add support for CRT emulation in onboarding, boot logo and sysconfig

commit 7eed1ea6ef1385148b7f5786a7edf352e15c165c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jan 30 18:27:18 2021 +1030

    config sector byte $21 sets $D054 for CRT emulation control

commit c5c0964088e263700d71c6c3acea8ef7e76dd1f7
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jan 30 10:43:18 2021 +1030

    try to fix CRT emulation

commit f940b3f6819ea5e28915de08461f4125b77367e5
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jan 30 10:23:44 2021 +1030

    re-enable PAL simulation mode

commit 7175a47b5fd475bb840e960a409787f60f7f340d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 24 23:13:22 2021 +1030

    fix DMA audio documentation

commit cbd726d720c13ee64b483d4f6d4da698586c6634
Merge: 626f72a7 6e4a697e
Author: gardners <[email protected]>
Date:   Sun Jan 24 09:04:59 2021 +1030

    Merge pull request #350 from goran-mahovlic/development

    Adding new target: megaphoner4

commit 6e4a697e69842127a37dca4dec3bf797afb7c1a7
Author: goran-mahovlic <goran.mahovlicgmail.com>
Date:   Sat Jan 23 21:23:21 2021 +0100

    Fixing signals - blink on v_hdmi_hsync

commit 4e1725fa9c326674d80028ee20c932756a9f7fe1
Author: goran-mahovlic <goran.mahovlicgmail.com>
Date:   Fri Jan 22 21:54:40 2021 +0100

    Blink led on pixelclock

commit ff73d1bc170553f2f63aeea648e6dc80e26975d8
Author: goran-mahovlic <goran.mahovlicgmail.com>
Date:   Fri Jan 22 18:43:07 2021 +0100

    Adding blink led - define CLK_IN as IN

commit a9dde471e6c808ad2febb46934561cbbb8d64249
Author: goran-mahovlic <goran.mahovlicgmail.com>
Date:   Fri Jan 22 12:59:16 2021 +0100

    Adding new target: megaphoner4

commit 626f72a73a00b86cc1a3ba7197e81076dc3f879c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Jan 21 09:49:33 2021 +1030

    Make DAT follow bitplane bank selection #346

commit 1d97a82df505d984f033b782257a4b81ee08f0fe
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jan 19 21:57:25 2021 +1030

    try to fix junk line at bottom #345

commit d8c9f7edf928d9fbc03375d3b87a333bdc83b476
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jan 19 21:48:06 2021 +1030

    fix RRB double-line flag register access #345

commit 204b7effd17994d359f513d8d3c79eff62cc5e08
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jan 19 21:02:14 2021 +1030

    MULTOUT should be DIVOUT in places

commit d0b85bc7d335042915c19b1e05bee07a1814431f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jan 19 11:26:51 2021 +1030

    implement flag to allow double-raster RRB #345

commit 6cb6c1545e31a1510b17cf661c865e72ada69b18
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jan 19 09:32:18 2021 +1030

    don't configure openrom if it isn't there any more

commit e44bc34e6649d3444b856da4ebfe86d42f8dce6c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jan 19 09:30:17 2021 +1030

    try moving fetch start with double buffering

commit 460dc2fa5297398948e9bc5fbf937d766934ee94
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 18 21:55:39 2021 +1030

    fix paint_alternate_palette timing for FCM chars #342

commit 909e530f6465c2b53ac370ddae603f7b102ba66e
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 18 18:53:36 2021 +1030

    alt palette signal was one pixel early #342

commit 6b8225059228c8e700e4b2eb59447f181d1b2ca9
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 18 14:51:25 2021 +1030

    add missing signal #342

commit 5fa9231112969424e0d2f1cd89ee2c3d19cee2d9
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 18 14:49:04 2021 +1030

    also plumb alt_palette signal through sprite.vhdl #342

commit f53e42a56c96a19d4b813f801a4bcdcbf3ae49b5
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 18 14:42:50 2021 +1030

    fix alternate palette selection to go through RRB as it should #342

commit 6c6130ccf9ed82b955ee754db97e6c1ad7d1a87a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 18 09:10:52 2021 +1030

    disable bitplane data fetching if bitplane mode is off

commit 8cdd2d18f82b3bc796d6da58bef58b7ca26afde8
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 17 17:14:42 2021 +1030

    implement char pixel row masking via GOTOX + 2nd colour RAM byte + glyph_4bit as enable #340

commit 265da024b5aa27f988878ea33eb8ffd4ab358102
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 17 15:36:43 2021 +1030

    try to fix sprite data address bugs when continuous monitor pointers enabled #339

commit ca34051455a4731e2d72375b5b742af4c2a2b334
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 17 15:17:53 2021 +1030

    try to fix #339

commit 23b0f71d361c319b74167a93a4d7899b8a4ceea9
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 17 14:16:09 2021 +1030

    set sprite_data_addresses() in all cases #339

commit 785e565238a4a7b6a6f6fd8594951f531718461c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Jan 14 20:30:12 2021 +1030

    and again

commit ce557510327a681dfc5bbd133cc9b4f0658ea632
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Jan 14 20:28:12 2021 +1030

    fix another typo

commit 4475df07a1df25b85522cf1fe1773f2c1c02d419
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Jan 14 20:08:50 2021 +1030

    fix type #336

commit da6ce0dc018625eb0fdebcc69fc2d417bab6a69d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Jan 14 18:04:00 2021 +1030

    allow bitplanes to be moved around in chip RAM #336

commit 8cea66fdce048baa6a2edd43f6b029fc03cc5d7f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Jan 14 16:20:20 2021 +1030

    oops.. RGB not BGR #335

commit 943abdf94c07dc3dc1bb655f15b1300d8bd7f7ef
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Jan 13 23:17:31 2021 +1030

    floppy error LED blinks red, but motor stays green #335

commit a06dee9fa466eea9ee30bcdf089d1437fea72eff
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Jan 13 22:43:40 2021 +1030

    fix typos

commit b9ccc21a710f5e2526860384695579e2e38f7f24
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Jan 13 22:37:03 2021 +1030

    update some signal names

commit 63fbe2ea0564edc0bafac072b3f2d43d610eb262
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Jan 13 22:36:47 2021 +1030

    fix FG/BG forcing logic for RRB layers

commit 3426fe7c8d0922cd6a7ec848292eca4e7aa39198
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 11 11:39:45 2021 +1030

    protect disk image control registers

commit ef7ff08e7bf9fdfbd961c20eb4ec579a79efb79d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 10 19:47:20 2021 +1030

    put main board LED back under software control

commit 43280d25c3c94dbaa1a91e1a2ce0444310985528
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 10 19:43:57 2021 +1030

    re-allow extended attributes in FCM #334

commit 4f6edfcd748abaf27f5d03d2dd0845c66ba8522f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 10 18:06:02 2021 +1030

    try to fix #334

commit 607aae7373d152c2ca857832595b1c4389285351
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 10 10:30:25 2021 +1030

    remove deprecated script

commit a005efc98d7868c78bc44ca8d98351a41cc317c0
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 10 08:40:48 2021 +1030

    use all 8 bits of colour RAM data for FCM glyph colour

commit 15593e141ee33701ebcaa011e786a56cc5fea954
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jan 9 23:12:53 2021 +1030

    fix vivado target for mega65r3_container

commit 979f998fe3364937bb2cb6d5921394a3aa810444
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jan 9 22:56:34 2021 +1030

    begin implementing empty MEGA65 R3 container for porting other cores

commit dc3d44a54a756afe39f40f51d4c7a3d18cf2e108
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jan 9 21:41:37 2021 +1030

    fix auto doc info for PCODE register

commit b2de38e4762f07fe5b1f73eb3d64e94effb8d06b
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jan 9 21:40:45 2021 +1030

    try to fix transparent sprite behaviour #332

commit 159d35d9a951c2ca9ccf4b86a9e67975c71a5cf4
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri Jan 8 21:13:13 2021 +1030

    add missing auto-doc for some F011 registers

commit 2824baec0659ea9486d1d72756a2c2845ce2ec24
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri Jan 8 20:47:55 2021 +1030

    fix config byte for LFN enable. Change default colour scheme.

commit 84ec6b5b25dfdb02628342d6d923d068c6f8018a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri Jan 8 17:41:10 2021 +1030

    add missing mega65_config.inc

commit 18b5c09c4e10f30c5d2f921351483e71cbfe6569
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri Jan 8 16:43:57 2021 +1030

    update documentation for sdcardio.vhdl based registers

commit 3ead1ac61c4b62bef4795277ac9ee9c74be8be42
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri Jan 8 16:43:40 2021 +1030

    update mega65 config to support new LFN enable option

commit ecc9d2cffc41d92d61cccb5654359310335e75d4
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri Jan 8 12:50:09 2021 +1030

    make long file name support config selectable

commit d6454677fbe88c84a64199ff9bba2c44dac1635d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Jan 7 22:12:44 2021 +1030

    fix cd .. when cluster in .. entry is 0 for root dir

commit ed38d49ca122764ee2145fbee00927ff3f1f1b52
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Jan 6 14:13:07 2021 +1030

    update documentation on various registers

commit 2a433ebe11e067e2fabe718926f905d02f96f260
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Jan 6 14:12:37 2021 +1030

    fix LDZ $nnnn opcode $AB

commit 712c81fef71f2bcc4d0d69e0b01b63ff4e55b675
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jan 5 09:27:06 2021 +1030

    allow more time for SD card to boot

commit 207eb5d4d29cad8d4ab7cc71197329ea533c5b63
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 23:16:47 2021 +1030

    fix trimming of . from end of filenames #333

commit 18ea99dd9d4daa4b2cf3b87c5a64822e349941ab
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 23:16:29 2021 +1030

    update freeze menu to version with full sub-dir support #333

commit 878b3f6e7547919db5b2f7992a3ceafa6ec5aefc
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 22:53:08 2021 +1030

    fix dos_closeall() to actually clear the file descriptors #333

commit a0af9aed9653c0f3f763cec2846a58db3e1f09ae
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 22:27:24 2021 +1030

    update freeze menu for better directory support in disk chooser #333

commit 8b79b4cf25f02eb78288faa3ba1889c3fe741c5c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 22:27:13 2021 +1030

    fix trimming of FAT file names #333

commit f1d48e5d7b9ccf71df19e44f8e8392721e185f2e
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 17:15:23 2021 +1030

    update freeze menu for version that shows directories correctly

commit 3defce4c07e0861eaff2954b147f1838c5175332
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 17:13:14 2021 +1030

    make dirent length calculation fail-safe #333

commit a77b75c57018f06045a4ba67badaca2a5da15c76
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 16:43:04 2021 +1030

    remove some debug output to save space

commit fc824e679a0086d9d5e069b5273d20fbbaacf8be
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 16:42:39 2021 +1030

    fix length of dirent struct to include attribute byte #333

commit e2a5df7ad9df777158d78b2b099a5b802a665033
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 16:03:57 2021 +1030

    stop ignoring directories #333

commit 271dc2856d04f0d95450f7436732ec6363bb71c8
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 13:50:01 2021 +1030

    update mega65-libc for new chdir() and chdirroot() functions

commit faeb857a888815453fc26d52bc6a65b4ac3f2795
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 13:45:04 2021 +1030

    implement CDROOT DOS call #333

commit 4ce4ac4a5212d1e5fa3cea0fa9e24492b68db475
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 13:41:43 2021 +1030

    implement CHDIR DOS call #333

commit 58d4de2c650e4dccd5c3a96b5ac5127284ea1427
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 3 18:51:57 2021 +1030

    allow RRB layers to put chars either behind or in front of sprites

commit 09cae77d5ef9e32c0a1a938e1258883ed3f06629
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 3 18:08:55 2021 +1030

    fix reading $D063 char count bits

commit 1221d2819e077be4a608b63e5a56db821232208e
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 3 14:43:14 2021 +1030

    add 2 extra bits to $D05E char count

commit fd74374fec22e34aab7eb0b39942aa71bfe0ad35
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri Jan 1 22:38:42 2021 +1030

    begin removing deprecated tools that now live in mega65-tools repo #331

commit b39fd9b46f5b6932ae9e3c319099b76939bdd587
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Dec 31 21:54:37 2020 +1030

    use exomizer to pack utilities to save space

commit 8d240cfcd754f2908f838025a08aa17cf2f5513e
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Dec 27 21:35:56 2020 +1030

    update to fixed freeze menu for DVI/audio setting #327

commit 6d9266d3569b28751000539d31531bf431a28377
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Dec 27 21:32:32 2020 +1030

    don't change DVI/audio setting on start (now under syspart config control) #327

commit 4d1a4978cf689dc4d49cc1596cf4c71ff4d8515b
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Dec 27 21:31:29 2020 +1030

    update freeze menu to not change video mode on entry #327

commit b29f65cf5a74fac65aa981b6add0afa373a17e67
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Dec 27 20:23:06 2020 +1030

    add RETURN message to onboard.c #329

commit 489132617a885b157fa5f8db3a3c31713c277f9a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Dec 27 17:04:40 2020 +1030

    fix clearing onboarding flag #329

commit 2702dba62c81111f04a80285afe897858f44e618
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Dec 27 15:58:05 2020 +1030

    update to even smaller fdisk

commit 0adce25228cd4ae7ee999be7ec320302ba3f0b51
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Dec 27 15:52:55 2020 +1030

    update mega65-fdisk to smaller binary size to make room for bigger configure #329

commit 8b95a806f305705e1677bdc888f00a1ef93ec11f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Dec 27 15:50:12 2020 +1030

    update mega65 configure programme #329

commit 5ec725abe178f3daa0102ef10db67eb1ab27c221
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Dec 27 15:47:59 2020 +1030

    implement saving settings from onboarding #329

commit 9e5c2560410c38429ff141d02790737cc02f5a28
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Dec 27 15:39:09 2020 +1030

    setting all time/date fields implemented #329

commit f11e2f50a7871a360a475e4c1eabc65c16d7c664
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Dec 27 15:22:07 2020 +1030

    implement adjusting hours, mins, secs in onboard.c #329

commit 859c3d3d7c85b649c048cbecd55010ba2b971f0d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Dec 27 15:21:56 2020 +1030

    update libc for working setrtc #329

commit 986ed47ad36921e946403e1c9628a44eb4f6ebbc
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Dec 27 15:04:29 2020 +1030

    update libc

commit 3959fd38e95335ace85cc62eb02877b23d54b9df
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Dec 27 14:55:21 2020 +1030

    fix formatting of function key hints in onboard.c #329

commit a1619d4e67a0a7aaf2d2ce2867ef31cd55918656
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Dec 27 14:50:48 2020 +1030

    use mega65-libc functions to get RTC

commit b7d26ce890e32b0634a0376ed08c25750afdd040
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun …
frehwagen added a commit that referenced this issue Nov 20, 2021
commit 9c91ece10d03a625f1a31228dfd69887577170a0
Merge: fad61929 a98951fe
Author: gardners <[email protected]>
Date:   Thu Nov 4 18:54:41 2021 +1030

    Merge pull request #467 from lydon42/development

    fix LSRQ deadlock, fix flags of Q shifting opcodes

commit a98951fe92910120391d500a61cb736ecf88f116
Author: Oliver Graf <[email protected]>
Date:   Wed Nov 3 19:55:51 2021 +0100

    fix LSRQ deadlock, fix flags of Q shifting opcodes

commit fad61929d4f6c7d256645348a588b2a5ee0587b0
Merge: b2c22c4e 498c73ca
Author: gardners <[email protected]>
Date:   Wed Nov 3 20:33:46 2021 +1030

    Merge pull request #466 from lydon42/development

    BITQ N-Flag fix

commit 498c73caa211079d92215ee70b471d10a1c85d18
Merge: c93a8da2 b2c22c4e
Author: Oliver Graf <[email protected]>
Date:   Wed Nov 3 10:02:07 2021 +0100

    Merge branch 'MEGA65:development' into development

commit b2c22c4e2a1b590dc320bbe882dfae9d8469112c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Nov 3 08:17:41 2021 +1030

    fix overflow in $D610 key buffer #465

commit e7f5f06dc16309376085f5838c4653c1c6d194fc
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Nov 3 07:33:11 2021 +1030

    attempt to fix #465

commit c93a8da26c5a64e8c435a8a4e2679db56f8d860c
Author: Oliver Graf <[email protected]>
Date:   Tue Nov 2 23:34:48 2021 +0100

    fix BITQ N and V flags

commit b687c52f34a8d15e8b5aac411152fa266b6841d1
Author: Gurce Isikyildiz <[email protected]>
Date:   Mon Nov 1 13:51:10 2021 +0100

    Squashed commit of the following:

    commit 8e7fbda0d8750e7e877ffd211b445e230b33471e
    Author: Gurce Isikyildiz <[email protected]>
    Date:   Mon Nov 1 22:50:22 2021 +1100

        Tweaks to positioning/spacing/wording of onboarding text
        - based on feedback from from Maurice on this github ticket:
        https://github.com/MEGA65/mega65-user-guide/issues/332

        ...and follow-on convo in discord:
         https://discord.com/channels/719326990221574164/805492126128930846/904687341707362314

commit 085a9fe66ed924fb9c4662d732bfbc320dd94b21
Merge: 666af063 90ff8e4b
Author: gardners <[email protected]>
Date:   Fri Oct 29 18:30:43 2021 +1030

    Merge pull request #463 from lydon42/development

    Overflow flag for Q-opcodes

commit 90ff8e4bfa0ec0cdaea09939112ed7aa6b79eed3
Author: Oliver Graf <[email protected]>
Date:   Sun Oct 24 10:46:01 2021 +0200

    fixed indent

commit 71ae3439c4f4a6afe0a6239b7d87facec2a13f42
Author: Oliver Graf <[email protected]>
Date:   Sun Oct 24 10:43:49 2021 +0200

    CMPQ should not set the overflow flag

commit 02013809f94d5017416fecad3cb7ca4ba91a471a
Author: Oliver Graf <[email protected]>
Date:   Sat Oct 23 19:13:47 2021 +0200

    added overflow flag for 32bit adcq, sbcq and cmpq

commit 5997a53d39f8e1c92b1c87707fa13cf096bde935
Merge: e6008964 666af063
Author: Oliver Graf <[email protected]>
Date:   Sat Oct 23 11:18:28 2021 +0200

    Merge branch 'MEGA65:development' into development

commit e6008964719edeaab474340bfbc6960e383d9cdd
Author: Oliver Graf <[email protected]>
Date:   Sat Oct 23 10:53:01 2021 +0200

    fixed unequal

commit 666af0631742729f16590b02ac40a8b4759190af
Merge: c6833621 c8e24699
Author: gardners <[email protected]>
Date:   Sat Oct 23 19:01:58 2021 +1030

    Merge pull request #461 from lydon42/development

    fix adcq carry (not neg) and bp-ind-z-idx Z adding

commit c68336214b1159bd74ee2038378807ba5f0f8711
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Oct 20 07:07:12 2021 +1030

    test fixing $D021 top nybl #462

commit 08e497fe02d0517b2e82f9c1d6257e24394b235a
Author: Gurce Isikyildiz <[email protected]>
Date:   Sun Oct 3 05:50:12 2021 +0100

    M3wP's improved wording on the m65-config screen

commit c8e2469984760b9f2b72a0fea8d34375485bbf88
Author: Oliver Graf <[email protected]>
Date:   Sun Oct 17 19:24:53 2021 +0200

    fix adcq carry (not neg) and bp-ind-z-idx Z adding

commit 3e044fe7edd75f33acfdfdb1bf6727bcaa3a74ae
Author: Gurce Isikyildiz <[email protected]>
Date:   Mon Oct 11 04:51:07 2021 +0100

    #457: Removed old tools from src/tools/ folder (now housed in mega65-tools repo)

commit 6216c094e3ad323ee31ccbe31df3a3cf75866c74
Author: Gurce Isikyildiz <[email protected]>
Date:   Sun Oct 3 14:52:55 2021 +1100

    Dropping in @M3wP's latest copy of 'mega65_config.s' into 'dev' branch too (to fix issue in saving of config settings)

commit 9f248d43e526e7bc4341036cef065d95beb11a8d
Author: Gurce Isikyildiz <[email protected]>
Date:   Fri Sep 17 18:03:46 2021 +1000

    In sd-card related comments, replacing terms 'disk1' and 'disk2' with 'drive0' and 'drive1', which seem the terms emphasised in our existing documentation.

commit f6cc88c615d20ca56c98b34c1395f6f034d694c4
Author: Markus Grundner <[email protected]>
Date:   Fri Sep 17 02:02:34 2021 +0200

    Fix to make saving of CONFIGURE settings to SD card bus 0 at NEXYS boards work. (#445)

    Related to issue #422.

commit 10e9d3a7473c1818aee1ba06c9eed0c5c799f9e3
Author: Gurce Isikyildiz <[email protected]>
Date:   Wed Sep 15 14:40:30 2021 +1000

    spotted an edge-case bug in megaflash

commit b64ef7e2bb28b32f3cfdfb2073269fe06f16360f
Author: Gurce Isikyildiz <[email protected]>
Date:   Mon Sep 13 09:21:41 2021 +1000

    Quick attempt to fix a problem with megaflash's 'erase slot' option

commit c1a4d139abda0a981b833e0d157a960cf957ec8f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Sep 12 03:09:55 2021 +0930

    add sector count to Track Info Block #438

commit 372b228bd169324c40175925ee8ed4d4730bdf3b
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Sep 12 03:09:28 2021 +0930

    implement variable delay for 1.5x MFM gaps #438

commit 4d6df004792707329e651e98fed8153ffe83fc15
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Sep 12 02:56:58 2021 +0930

    update libc for freezer

commit 1158df8c8b132a4dc05ad5620abf80113982662b
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 20:17:14 2021 +0930

    fix copy-pasta in freezer

commit ad892d3c752f556bedb954f84e8d0224c308fa6d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 17:35:55 2021 +0930

    plumb fdc_track_info_track #438

commit ef5894e6177f2a4197fe19a9f03cc33276d8121c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 17:34:12 2021 +0930

    fix missing signal #438

commit eb4a76267070ebddaac6746b2dcf58436fbd4440
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 17:32:45 2021 +0930

    update freeze menu for .D65 file support. #438

commit fadff56c7a8c516b43c910d620c7c368c92d2597
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 17:30:10 2021 +0930

    make "mega floppies" be ~5.5MB #438

commit e4b404bbcadf69672e037b9d4bb4c81fff1d5cb7
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 16:33:21 2021 +0930

    re-enable cycles_per_interval register for reading #438

commit d40610b5b0e59763906ce71aaefde6a16a02d7dd
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 14:56:21 2021 +0930

    fix bug with port track info block transition #438

commit 8797cfc4b69c4d5290b565ff560eabdf66de8be1
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 14:21:46 2021 +0930

    check CRC of track info block #438

commit def3c2e4ff56222c13cf0816cf0b612d96963c09
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 14:01:18 2021 +0930

    fix more bugs with track info block writing #438

commit 6a7d2154487a77da20e40c2a7ef02a6e87758902
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 11:40:41 2021 +0930

    more work on floppy format test harness #438

commit 31d802ccbb863d1b7d2d6ff7de0c4a7c9e54c398
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 11:40:24 2021 +0930

    fix wrong clock byte for track info header #438

commit cea0c9ac0831cd95958e3c1a3918273e927ceb25
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 11:27:10 2021 +0930

    work towards test harness for HD formatting #438

commit 34d8abf66fba138a340a6e38847de306a9156199
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 11:26:56 2021 +0930

    fix comments #438

commit 944ee3a9c007213407cc8654dd02fe74d2ead0c9
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 08:45:00 2021 +0930

    implement and use track info blocks, longer track-lead-in #438

commit cc75f398afa85b17208025b1569a1f5133b38647
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 11 06:55:47 2021 +0930

    fix no gaps bit select, set default write precomp #438

commit a01148b840b29a2a9ada5a1f73546a4f6a0e775e
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri Sep 10 01:34:54 2021 +0930

    fix bugs with write precomp logic #438

commit e7f0930a2d4a488a47d5d90ef35efad480f54fce
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Sep 9 18:15:18 2021 +0930

    write more random data for histo debugging of wprecomp #438

commit 8734743912fc4a6a0f075bf2b54676da35bdbfc4
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Sep 8 20:40:47 2021 +0930

    begin implementing write precompensation #438

commit 6245e757fe4f923edf218b8aa4bbdd40717234a4
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Sep 5 21:25:56 2021 +0930

    fix bug formatting tracks without sector gaps #438

commit 1240702827f472162908df6d01c13d0391d6d3f5
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Sep 5 18:21:33 2021 +0930

    fix header crc of subsequent sectors #438

commit ddf66e449e2afd1b8915cb089ecfdf7b941a0dc3
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Sep 5 17:05:09 2021 +0930

    fix more CRC bugs in track auto-formatter #438

commit 0b9d6a257b373f7eb4e634bb9d2612e2a74d39f5
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Sep 5 13:28:40 2021 +0930

    fix bugs in track auto-formatter #438

commit 2df54f36154e5dcffb7a8c3a3bc27a482e46823c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Sep 5 13:11:23 2021 +0930

    fix typo messing up #439

commit 5e49dd2f867ae487d51c00d8fd8d97ba64643c82
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Sep 5 11:48:58 2021 +0930

    remove disabled code

commit 1f71d107e31438840f54da6358fc2b6a39345f9d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 4 12:17:12 2021 +0930

    more work on recording zone support for HD floppies #438

commit 2dc89fbbb8e24725afa16f8183396c03dcdac9ca
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 4 12:17:01 2021 +0930

    initialise all signals

commit a25728c40a1d5f041d3516101e14f2e04365a749
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 4 12:11:11 2021 +0930

    begin adding hardware support for zone recording #438

commit 44af6882df20b090ee32532acc7c67b4a15aae5b
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Sep 4 11:54:50 2021 +0930

    begin implementing auto-format command #438

commit efd3b21ed548617eb49d7e77243839079295ec6e
Author: Gurce Isikyildiz <[email protected]>
Date:   Mon Aug 30 21:19:07 2021 +1000

    potential fix for loading of deleted '?ICKUP.M65' file (#440)

    Co-authored-by: Gurce Isikyildiz <[email protected]>

commit aaf6955d38fa3b5200e7afe69251d7a67508ea89
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Aug 29 15:50:45 2021 +0930

    revert to DD on reset #438

commit 4db58766ff827c6c820507c12a4a0d783b85a9d7
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Aug 29 14:29:59 2021 +0930

    allow easier debugging of fdc 2x operations #438

commit 645a8adca1edee597c681e33d9b8ff163ff5c0e6
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Aug 29 14:23:55 2021 +0930

    implement hypervisor call 00:3E - read file into hyper RAM #439

commit 80a1b3cc0e52750ecaa370c1199e8fa2f31d934c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Aug 28 18:14:11 2021 +0930

    begin 2x FDC decoder #438

commit 292846bf40b6b952f69337b4ea50788827c118dc
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Aug 26 20:07:29 2021 +0930

    possible fix for #432

commit 456e7bfeff4a727510e3cbbd8051daf90e52f8c4
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Aug 26 18:20:38 2021 +0930

    update open-roms

commit 37ffa3f1671d8728c266dac4dfb05950f57a6718
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Aug 25 20:30:07 2021 +0930

    fix assembly of MFM bytes for writing #436

commit 34d3e4eb8a4c1ceed9d176d0dfe25ca596b0a279
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Aug 25 20:17:16 2021 +0930

    fix stashing of MFM byte clock bits #436

commit dc84ff10f3dc23eba3f7fc6a1e3b3235dfbc63c8
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Aug 25 20:02:47 2021 +0930

    edge before each ready_for_next #436

commit 174513d219ab4763eba69070111d79d06172bb2a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Aug 25 08:09:05 2021 +0930

    fix race condition and add extra byte buffer for format #436

commit 1500e694a11888970e5993ac7128918fbfc3931d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Aug 24 23:00:31 2021 +0930

    roll-back to previously known good open-rom version

commit d7914aea5dafbe15bf9958f43f90f5f4cd6ba0de
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Aug 24 21:08:22 2021 +0930

    fix 45GS02 cycle counts for BIT instructions and JSR #436

commit 8b53ed248f850ba26ac6cd2a665f5e3c503bc6c1
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Aug 24 07:36:48 2021 +0930

    update open-roms for palette handling on boot fix

commit 2f335d2ff68f9592a64739077365a805526fb332
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Aug 24 07:32:43 2021 +0930

    fix writeprotect handling of drive 0 #435

commit 8639751e1636ed3f0165a2d8da409a4feeb9452f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Aug 23 21:43:52 2021 +0930

    fix consistency of reading D81 write-protect flags #435

commit ed3e1377618af0fdbbcbae00c4cbbdcf6829fda0
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Aug 23 21:43:11 2021 +0930

    don't charge for branches taken at 3.5MHz+ #436

commit adc56a2749b630c0750dfaae6dd03de10a5fa90f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Aug 23 21:13:47 2021 +0930

    resolve #407

commit af2947a2af25fe06f461fa8e9987b05ff96659eb
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Aug 21 12:28:43 2021 +0930

    begin implementing floppy read retry #433

commit 0fb485d6a3df85dc40699b8809ce9a60a3ab7926
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Aug 16 19:55:31 2021 +0930

    fix issue 200 in mega65-user-guide

commit ccd84685f5468b7fd8c8b1189e729814acec2b0c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Aug 15 06:58:15 2021 +0930

    fix another real floppy RNF logic error #230

commit 78cb586efe287bb52c8d931856b79fcd40737d96
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Aug 14 21:23:32 2021 +0930

    fix floppy write immediate RNF logic #230

commit fa8242a1e2158d76c09ac5fb36c992c11c8122e1
Author: Gurce Isikyildiz <[email protected]>
Date:   Sat Aug 14 14:54:22 2021 +1000

    Fix problems mounting 'MHZ.D81' (#431)

    * Fixed a problem with mounting 'MHZ.D81'. Seemed to be unhappy with the letter 'Z' :)

commit 64fdcb7e7250af9dea7052c7e587f1917f96eb35
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Aug 14 06:22:41 2021 +0930

    reimplement auto track stepping for sector ops only #230

commit c34df490b86003961c8b7ca08b852ea785483521
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri Aug 13 06:12:46 2021 +0930

    fix copy-pasta #230

commit becb79bee32ec40d110588950ce235091fb2c1b5
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri Aug 13 06:10:33 2021 +0930

    don't call hypervisor write trap when writing to real FDC sectors #230

commit 20c3cab418f81a02e2dd162c445efb3771173133
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Aug 12 21:56:44 2021 +0930

    remove autotune for FDC as it causes problems during formatting #230

commit f2a87b957a444fd9d3149ddebc1a3df7d7c04581
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Aug 11 21:27:22 2021 +0930

    fix more sector writing CRC calculation errors #230

commit 0952d46c2813aab8ef7a0792d41b51a7fba78663
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Aug 11 20:38:15 2021 +0930

    fix bugs in sector write CRC calculation #230

commit 30646d7f4c7a017f8cb592229c5ce37852026dc9
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Aug 11 08:53:18 2021 +0930

    fix stuck at start of sector write bug #230

commit de4d2100f940f4d91e137948fdb5d2320d000b25
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Aug 11 08:05:47 2021 +0930

    add debug for FDC sector write counter handling #230

commit 91b802682456e12874823e4636945062c075c978
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Aug 10 22:17:21 2021 +0930

    fix double-stepping through bytes when writing sectors to floppy #230

commit fddb120016b35a309b280c718743dcf07a88507f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Aug 10 21:41:39 2021 +0930

    fix "only reads end of a sector" bug #230

commit 851742def1238079a4d85bbaf94085ceaba5f204
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Aug 10 20:09:51 2021 +0930

    de-glitch gap_valid #230

commit 3e0bacf44d80cc0e5b3350c79b173645e4cba6a2
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Aug 7 10:15:34 2021 +0930

    edge trigger for break point #429

commit 6ddee4afef27cd3fd2c50565397e85dcbdda6ae3
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Aug 7 07:58:31 2021 +0930

    work around palette stomping by openrom #430

commit 99d795c87233610ecf3ef918d4460e195d20103b
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Aug 5 21:27:59 2021 +0930

    fix palette for banner on first boot #430

commit 781f096fe591a8853de0d217d54a58690d06aba5
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Aug 4 21:24:10 2021 +0930

    update freeze menu

commit f0afbfd8bb860295b0c6c50ea7faae25d0ff2c43
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Aug 4 21:12:37 2021 +0930

    update freeze menu

commit 64f9d43e9a63dc3d8c28b60aa8d8e6a996d2f010
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Aug 3 21:59:49 2021 +0930

    update freeze menu to fix nasty bugs

commit d40ddcb80b9ccedc18b12f6e27308af1901c2466
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Aug 3 19:29:19 2021 +0930

    update freeze menu for display glitches

commit 0f48635fecb449866b2f4a2c9bddaf3759816542
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Aug 2 13:36:40 2021 +0930

    more debugging serial monitor interface write watch trapping #429

commit 1b89f9ff23a7774bf5e3e3330777c59e0c4e68a0
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Aug 2 07:27:50 2021 +0930

    add J debug command to monitor and ! display when breakpoint matched #429

commit 0a4e6b2fa890aea42382ece11c0e97143b81b63d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Aug 1 22:03:46 2021 +0930

    preserve b and w setting when CPU triggers a break-point #429

commit 5e5586ddd33eadb021b5a7ecc13bceab38d78f43
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Aug 1 22:03:24 2021 +0930

    allow debug viewing of monitor_irq_inhibit signal #429

commit 318fc4d90256088ccc3f263f96f785b2fa4f59c8
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Aug 1 21:17:47 2021 +0930

    implement CPU asserting monitor_watch_match #429

commit f2bee9f367d6e477d34d20128fe92264010bad18
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Jul 28 08:58:07 2021 +0930

    simplify ethernet free rx buffer count #427

commit 7b81fbd096c870ee5a5d85188b40fca321fc0bd8
Author: Gurce Isikyildiz <[email protected]>
Date:   Wed Jul 28 09:52:57 2021 +1000

    #422: Saving CONFIGURE settings under nexys (#428)

    * - If all the submodule-update-init stuff is getting on your nerves, you can now use "make DO_SMU=0 <targetname>", or add an "export DO_SMU=0" into your ~/.bashrc file.
    - Added a few extra args to the compilation of mega65_config to help me debug in m65dbg with the outputted vice label file (mega65_config.lbl).

    * #422: Reverting commit #ba08a4ea58984d61c42b202b9708387e95585df7

    * #422: reverted 1b268acbf324e62ca263c416e4402646d7af4835

    * #422: Add workaround for nexys4 boards to use sd-card bus 0 for writing the config data

    * #422: Try setting interrupt-disable flag and adding a delay, to see if it helps nexys4 boards

commit 248795939fafe472de204fb354100f86c8e0be6a
Merge: ba08a4ea 87162cc2
Author: frehwagen <[email protected]>
Date:   Sun Jul 25 00:12:19 2021 +0200

    Merge pull request #426 from MEGA65/425-access-mounted-image-file-name

    425 access mounted image file name

commit 87162cc2407dd278d897587cef3d177ab77913e7
Author: Falk Rehwagen <[email protected]>
Date:   Sat Jul 24 08:57:17 2021 +0200

    Update hyppo get proc desc based on feedback #425

commit f868fc5c823f507f726482fee9305b743ed0bafe
Author: Falk Rehwagen <[email protected]>
Date:   Thu Jul 22 10:57:44 2021 +0200

    Revert iomap file deletion caused by cherry picking the previous change. #425

commit 7dae4599d00e5f3ef2eb9c8274fdc25b7525403a
Author: Falk Rehwagen <[email protected]>
Date:   Thu Jul 22 09:00:27 2021 +0200

    Add HYPPO call to fetch block descriptor into task space, the structure hold image file name of mount for drive 0 and 1. #425

commit 992eadaadc70d7074dd1b44bf65b1d6583882f7f
Author: Falk Rehwagen <[email protected]>
Date:   Thu Jul 22 07:34:35 2021 +0200

    WIP on development: 0c8ce59e improve comments

commit ba08a4ea58984d61c42b202b9708387e95585df7
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jul 18 15:32:20 2021 +0930

    fix typos #422

commit 1b268acbf324e62ca263c416e4402646d7af4835
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jul 18 15:30:05 2021 +0930

    switch SD card bus for N4DDR target so configure writes to correct place #422

commit 0c8ce59ef27bfdf4a1c700c55baa73b7ec782d9c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jul 13 14:09:42 2021 +0930

    improve comments

commit 8ccc091b2962c489253687cc6aaf1abfe24b966e
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jul 13 12:25:32 2021 +0930

    improve documentation of CRT scanline register

commit 665dcacf64361d9e94b94704bf1f2a4697ac7109
Author: Gurce Isikyildiz <[email protected]>
Date:   Wed Jul 7 23:08:10 2021 +1000

    #352: Assure all freezer files are generated by Jenkins

commit 05920ec75af04312ff2e96b40e3a9ed3385515e1
Author: Gurce Isikyildiz <[email protected]>
Date:   Wed Jul 7 16:08:28 2021 +1000

    #352: MEGAFLASH: Make use of a new 'model_id' field within core header to assess suitability of .cor file chosen for flashing (#413)

    * #352: Removed superfluous field that nobody seemed to care about from version string

    called: 'number of commits since branching from branch "ghdl-crash-20200604"'

    * #352: Moving to newer version of openroms that has d81 image loading support

    * #352: fixed up compiler warnings in megaflash
    - replaced $(warning) lines in Makefile with $(info) instead

    * #352: added some debug niceties

    * #352: changes to megaflash to assess model-id field

    * #352: Added in TheChief's patch for fixing the slot0 flash backdoor
    - Cleaned up the indentation across the file too

    * #352: improved readability of slot_count value

    * #352: Updating submodule reference for mega65-fdisk to latest master

    * #352: added the SPRITED.M65 and ROMLOAD.M65 targets, and tidied up the freezer-related targets

    * #352: Updated references to mega65-libc and mega65-freezemenu submodules

    * #352: Added fix for boot-up ROM-selector on Nexys boards

    Co-authored-by: Gurce Isikyildiz <[email protected]>

commit 93e1229c086a2e02f7424a4c341bb3155e705a57
Merge: 400b006c b2a394c1
Author: gardners <[email protected]>
Date:   Mon Jul 5 07:52:06 2021 +0930

    Merge pull request #421 from TheChief/development

    Fix for: VIC III/IV: Multicolour text mode with 256 colours ($D031 bi…

commit b2a394c1aba820fc9391a9dc7545130f42a9e172
Author: TheChief <[email protected]>
Date:   Sun Jul 4 17:25:40 2021 +0200

    Fix for: VIC III/IV: Multicolour text mode with 256 colours ($D031 bit 5) not working corretly #420

commit 400b006c01528d7b3fabcc72ff578a1a2497ecbd
Merge: bca1ab77 73a2cab6
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jun 28 02:59:17 2021 +0930

    Merge branch 'development' of github.com:MEGA65/mega65-core into development

commit bca1ab774fff7c57693017c5110e68441f0a37b3
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 27 21:28:49 2021 +0930

    calculate FDC CRC bytes when writing sectors #230

commit d7cf4bf550c89e6f1d830bd2b2a6b632bbb4dca6
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 27 21:19:11 2021 +0930

    cover missing cases in select #230

commit 1be778fc9e3e43f30d3ac00b7e7f4973a0bd68ff
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 27 21:18:13 2021 +0930

    fix typo in mfm_decode #230

commit 3c5dc9af919cf6782cf1f7c984d9d75fc32735f4
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 27 21:15:50 2021 +0930

    begin implementing real sector writing to FDC #230

commit c7fe8fd2389ddf30d8a29b01da4c86f45063a4a4
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 27 20:47:58 2021 +0930

    enforce side ID matching when reading from real drive #230

commit c68bcaa78b8b186135a16a0e5aaee70e158d45ae
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 27 07:37:38 2021 +0930

    allow freezer to correctly read debug crosshair position #400

commit 97e4c4ebf785157d39b23d40fdb8370514466151
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 26 23:32:56 2021 +0930

    disable autotune by default #230

commit 36731334b7cf14fd968310662e19c4fd2a45247a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 26 23:32:29 2021 +0930

    make all STEP pulses equal width #230

commit fec837b00e5616bc001c3710ad6dd03a939491a5
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 26 23:15:19 2021 +0930

    improve exclusion of FDC auto tune during formatting #230

commit d57d802e59b982c80210f93769e42b254bfbaa2f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 26 23:12:00 2021 +0930

    disable FDC autotune while formatting #230

commit 1575ed99ec9eb001f1256ff22480b3b190156997
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 26 23:11:43 2021 +0930

    update iomap.txt

commit 1d054cd917511c4580d56e211d99be87e0d63f16
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 26 21:48:32 2021 +0930

    fix f_index line monitoring #230

commit 544ef0b17296428498baa75d82556ec23fdb5c29
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 26 21:07:20 2021 +0930

    debounce floppy index hole sensor #230

commit 22786d714ab1c0905953fb7b841e85ea73e8556f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 26 17:40:57 2021 +0930

    set F011 busy flag during track formats #230

commit 0b9450e8fa55a6d01f6cdc0ce8bb0ba08f8c1583
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 26 16:25:24 2021 +0930

    fix floppy byte latching logic for track formatting #230

commit c1d7b7617ef40dc0b0f0a6d28f6ae752ee8ad3d8
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 26 15:01:00 2021 +0930

    tweak floppy byte lost logic #230

commit 54c4fd1d94d5543b467af87397430152d35b317a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jun 22 22:35:42 2021 +0930

    fix F011 bug-compatible delayed latching of clock byte #230

commit b046c91e79d38f7bd85ce0616f1754260ab7c420
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jun 22 19:51:43 2021 +0930

    fix synthesis #230

commit ac1a6de45ca63755d63d49ea77aa48a9faf5c10e
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jun 22 19:47:40 2021 +0930

    make FDC unbuffered track formatting bug compatible with C65 F011 #230

commit 7b74cd915edeccd6f15583e39931f447ac8b4539
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 20 17:30:19 2021 +0930

    only update gap output register when a new gap arrives

commit 6a4776efba25e0b9c2ba1bdbd4588943822c7945
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 20 17:09:10 2021 +0930

    fix $D6AC SYNC flag #230

commit 6f87e8dbe2215811af3cc68d397b52092be402cb
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 19 01:02:38 2021 +0930

    make WDATA pulses ~50% of WCLK bit width #230

commit 73a2cab629aabd9188f83d943ecdeb1ed30ee145
Merge: c7551116 37b18661
Author: gardners <[email protected]>
Date:   Fri Jun 18 17:00:02 2021 +0930

    Merge pull request #392 from ande0207/fix-389

    Fix #389 - Add GHDL into Makefile & Documentation

commit c75511169267aeddfda9b59394c1994c3ce8f11d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 12 18:55:45 2021 +0930

    allow DMA line mode for copy mode, and for both src and dst addr via option codes #401

commit 52a965581e3526703e4c68b6d59fa6e6ca04d038
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jun 8 21:32:09 2021 +0930

    MEGA65R3 uses -2 speed grade FPGA

commit bcf076502c5c990739466537f05a3c2381efc403
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 6 21:00:21 2021 +0930

    fix floppy format state machine bugs #230

commit d4038ab6e3ffd658e4e0dbb149957083c8e00b96
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 6 20:31:46 2021 +0930

    remove VFPGA from simulate target to speed simulation prep #230

commit 2237240c606d3a0f65e5be31ef7c175cc1d11fc3
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 6 20:31:18 2021 +0930

    fix 0-9 to select alternate roms #395

commit d38d5e8797b335ce8f92bf09fbea02bb9354e805
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 6 09:53:14 2021 +0930

    more floppy writing debugging #230

commit 1b41206ba2ec2df376f556884e1b676e8ab6cb3d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 6 09:52:27 2021 +0930

    improve debug output for floppy track formatting #230

commit 707861958abc751e48cb1114fe22d9ca718bfa46
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 6 07:49:53 2021 +0930

    emulate floppy index hole in simulation #230

commit 87bb5b9cf33453391932ac04cd332880b18c4d2c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jun 6 07:39:02 2021 +0930

    fix out of bounds in simulation

commit b001b3e271f42dccc46d2a5e0c85393c5ff25def
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jun 5 21:20:13 2021 +0930

    fix floppy format state machine lock-up #230

commit 55e8b2121e26a6e587b3492e1b5cde491ba94404
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat May 29 23:30:13 2021 +0930

    add debug counters for format track activity #230

commit dbe2821ecf9f0a494e02712726a2fd986af86b50
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu May 27 04:45:22 2021 +0930

    fix logic error in WGATE handling #230

commit a873e7c96e90da52c2f6f973694b879862d977e9
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed May 26 10:52:06 2021 +0930

    add real hardware detect bit #393

commit 37b186616c8f750cc37733fa1bf013b5c9772fae
Author: Luke Anderson (ANDE0207) <[email protected]>
Date:   Sat May 22 23:18:53 2021 +0930

    Fix #389 - Add GHDL into Makefile & Documentation

commit 3625c11b002dc11b261e04037fb5a53b2d668aa8
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat May 22 12:42:32 2021 +0930

    fix logic for display of cross-hairs and sampling of pixel #390

commit d6ff64f306539d9631254bc70270c7f523d15b82
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat May 22 09:28:44 2021 +0930

    resurrect and improve pixel read-back debug interface #390

commit 47b5575aec4db6125d73a06cfd6d038608c3d2c6
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed May 19 17:40:30 2021 +0930

    disable flaky hyperram speed improvment

commit df3c862c773f290249a4cf8abbce3f72b9b8cf4d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed May 19 17:40:20 2021 +0930

    add note for C65 DOS format support

commit 0acea289eb1851a69827caf751858fd59a3be2e5
Merge: ba92038d 38c8e89e
Author: gardners <[email protected]>
Date:   Fri May 14 09:17:44 2021 +0930

    Merge pull request #386 from TheChief/development

    Added support for right shift key via extended scancode to fix issue:…

commit ba92038d165f096e7c185a6892a5174c672eb605
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri May 14 05:59:58 2021 +0930

    try to fix DE issue for hdmi test bitstream

commit 9acee9422da32c9b8c1b2fb17a72f8607b09c50a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri May 14 05:42:02 2021 +0930

    add missing signals

commit 1a637b77282fa3138703b1c0efd15d81fb644a1e
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri May 14 05:37:23 2021 +0930

    begin working on simple HDMI output test for R3 boards

commit 38c8e89ef3f509eaab6d10d44a10b4f08607879e
Author: TheChief <[email protected]>
Date:   Thu May 13 23:24:32 2021 +0200

    Added support for right shift key via extended scancode to fix issue: https://github.com/MEGA65/mega65-core/issues/384

commit 427202f19420cd25671ddf3f11fa8f4ada25bf01
Merge: dc89e206 f6465b8f
Author: gardners <[email protected]>
Date:   Thu May 13 07:35:33 2021 +0930

    Merge pull request #385 from TheChief/development

    Added keyboard extended scancodes to fix issue: Some USB / PS/2 Keybo…

commit f6465b8f3171b09bd15c8a995b82b4221d979586
Author: TheChief <[email protected]>
Date:   Wed May 12 23:23:41 2021 +0200

    Added keyboard extended scancodes to fix issue: Some USB / PS/2 Keyboards use different scancodes #384

commit dc89e206a162293b98aa00e31f045252dea4f06c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon May 10 11:21:34 2021 +0930

    support more variants of cursor key scancodes #384

commit fe2b723cfbb805ae4404c3a9a1bb4557b935968f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri May 7 08:09:13 2021 +0930

    try to fix 8MB flash tool progress bar overrun #382

commit f7cac20545e7858718b61e711a7fbaec9618b331
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue May 4 21:27:14 2021 +0930

    oops. Typo #379

commit 9b5625e7b580c0434287404ab28c21595c2468b9
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue May 4 21:25:42 2021 +0930

    disable hyperram cache by default #379

commit a1f4135d53c157a9bfdcf249e51ed11b896760d6
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun May 2 09:51:10 2021 +0930

    add cycle counter for easy timing of instructions #378

commit 8359cead3f8d67f3d0d1065d2af6af8abce864a2
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun May 2 02:30:05 2021 +0930

    work on fixing Q instructions #378

commit 1df6513139342e33f3840046a22363da54a31d5e
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Apr 28 07:58:15 2021 +0930

    fix more Q instructions

commit 754aea2375b4278874977fcb19154447f65eb54c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Apr 28 07:48:49 2021 +0930

    remove incorrect simulation top border lock fix

commit 2742786e0d917b2aedcfa1adf652a4c8d965e9c8
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Apr 27 21:59:06 2021 +0930

    split ADQ execute stage in two for better timing closure

commit 1fad6d36c604c0387e122e3baa9bfa06f168d85f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Apr 27 21:27:27 2021 +0930

    fix simulation errors

commit 07014bbe2a630616c3ac05189d5477322af6a12a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Apr 25 23:16:38 2021 +0930

    work on megaphone r4 support

commit 60d2318e18b51dac3d6cdc00f5f0e7bd35ff8eac
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Apr 25 23:16:11 2021 +0930

    fix errors in register desciptions

commit e154b236bbf0bbfc918ca6fc9ac8621395042645
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Apr 25 23:15:45 2021 +0930

    work on hyperram test

commit 150922ce9d6a0c1ca8dedb73b31adf1592f3723f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Apr 25 23:15:29 2021 +0930

    work on adding back support for fast hyperram bus

commit 5bbf3150c1f488348fc2522cc45d627c12581935
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Apr 25 23:14:57 2021 +0930

    update iomap

commit 1ed49b552d32518b1fc1370f5e80d89a7db893ef
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Apr 25 23:14:02 2021 +0930

    more work on c64 float acceleration background

commit ca187099dd14d52ba1bfdc3d5bd84f41d849a9e2
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Apr 25 22:17:46 2021 +0930

    provide upper byte values for STQ #374

commit 361cbb8c9d8b9a06e4fa354a25a5a142a5d7bc22
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Apr 25 06:29:45 2021 +0930

    try fixing eth buffer mishandling

commit 4c3072277bb139bd094a3c34bee3554d4641e065
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Apr 25 02:35:21 2021 +0930

    debug ethernet frame rx handling logic

commit 26d30c7e55e2ae965c9b18bdb34dddbe6989b548
Merge: 1d1d64ce 376bd89c
Author: gardners <[email protected]>
Date:   Wed Apr 7 07:09:45 2021 +0930

    Merge pull request #373 from gurcei/372_sid_names

    #372 sid names

commit 1d1d64ce7e3b46d512a28e3e2a01712931f40748
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Apr 1 10:35:53 2021 +1030

    fix typo

commit 607b2135c90cedad2de0ced86c4c3d5ff550ccf2
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Apr 1 10:22:28 2021 +1030

    add secondary scan codes for cursor keys on some keyboards

commit ab27a742813210fca302266d7ad3dd5b9f4d57bb
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Apr 1 09:13:49 2021 +1030

    enable fast_cmd for hyperram reads, but not writes

commit 6ab884c2f21c18b8bd5c4e62419a9c10e399adcf
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Apr 1 03:19:35 2021 +1030

    revert back to fast_cmd off for hyperram by default

commit b493ef79e76ad29da91a4f43468985e52e1a84d0
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Mar 31 21:06:53 2021 +1030

    try to fix hyperram fast command mode

commit 376bd89ce27132bd8b821c1235558f40049eb4de
Author: Gurce Isikyildiz <[email protected]>
Date:   Wed Mar 24 00:49:39 2021 +1100

    #372: Improved the comment inside "iomap.txt" to share the new 'external'-facing names for the SIDs (and also hint at what the internal names are)
    - I've re-run "make iomap.txt", it generated more changes than I expected, but not necessarily bad changes, the ordering seems 'nicer'.

    NOTE: I'll need to commit a newer submodule reference to 'mega65-freezemenu' as part of this PR (once my PR-review there is completed)

commit e2dcf36a32cdd51b4e0d0026117b8d220c2bc79c
Author: Gurce Isikyildiz <[email protected]>
Date:   Tue Mar 23 23:32:59 2021 +1100

    #372: Provided nicer external names for the SIDs, while also hinting at various internal names they are also known by

commit b8e5b9bbf3549763fe325dd5ad210c134a94ebb8
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Mar 21 13:42:03 2021 +1030

    begin implementing string to floating parser

commit c34a293b375a8d77fa6a5701a0c8030b91535f1b
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Mar 21 13:26:15 2021 +1030

    add more test constants from C64 ROM etc

commit af6cea9552ade13f7b6e8afd1ee5456cf88b3fbd
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Mar 21 13:10:46 2021 +1030

    work on tool to build hardware algorithms for C64 number parsing

commit 9d52c4445470b6ff7c51632afc78770b6994f9b4
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Mar 17 07:51:06 2021 +1030

    fix american english use in auto documentation comments

commit 8e09dcbacc9b7ce50b27c5fe73fa2fd0aac930cb
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Mar 15 09:48:14 2021 +1030

    copy hyperram timing constraints from R3 board #165

commit a0af5a6d9e364b7fb0239bfae6fcc1ee53f1c682
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Mar 13 22:18:19 2021 +1030

    implement call for #369

commit f96277ef5acfbd0883d43e56b725433fb59470a2
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Mar 6 09:57:01 2021 +1030

    remove cross-clock-domain use of mark_cache_for_prefetch in hyperram.vhdl

commit 3a91be5c1818f34ef76e5a01ebca6fd47157e2be
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Mar 1 21:04:01 2021 +1030

    make IEC bus CPU speed clamp run-time selectable

commit 87bc9115e4c74d03c020b3f1e8cc987cc9ed36d7
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Mar 1 19:35:21 2021 +1030

    fix multiple driver, begin hooking up sector write to real drives #230

commit e58133039c0799fc3d063e9a533e8cc291fc53a9
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Mar 1 19:18:08 2021 +1030

    add missing then keyword

commit 39a34ca6356d7a128dfdab0486d741447c270c0b
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Mar 1 19:16:15 2021 +1030

    hook up MFM encoder to unbuffered format #230

commit 6d4047ff4621eb2e3e604b77960a2fa71c298a55
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Mar 1 19:08:34 2021 +1030

    begin to plumb in MFM disk writer #230

commit 1f4e55d7dc50f274d6b71b4baa0ee8c62d584353
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Mar 1 19:03:06 2021 +1030

    add mfm_bits_to_gaps.vhdl to targets #230

commit d46a283f8bc09ff297f7c8ae1d6c24ad938ff439
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Mar 1 18:59:14 2021 +1030

    make IEC bus activity detection more specific

commit 3aa355521144dcdd0d3e9af14e044d5e5f251b77
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 23:19:58 2021 +1030

    put correct header checksum values in synthetic data #230

commit e3a5f9499f61026752dde4cf92c918de2008a69d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 22:59:20 2021 +1030

    allow plumbing in recorded or real-time generated MFM data #230

commit f08ec7205f4a96237fdc7683a416d59d67a31047
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 22:58:57 2021 +1030

    fix MFM encoding error. Now generates correct MFM bitstream #230

commit 52756327aa408a1aca39e2ad92a1785c6fe7637d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 21:42:49 2021 +1030

    work towards plumbing MFM encoder to decoder #230

commit f6ebb90581c6d5ef06125f3a69efdc86bf862563
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 21:35:10 2021 +1030

    get MFM encoding test bed producing MFM bit stream #230

commit 8e340947dbe7f6b7f09d586bead664fedfd7a5e9
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 21:28:04 2021 +1030

    fix problems in mfm encoding test bed #230

commit 196ee495fd05fe50d1937f44abc292083df56565
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 21:20:26 2021 +1030

    create data structure for MFM data feed #230

commit ef5ce2b3ebfde2837762c9a6172602ac5aca58ff
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 21:13:23 2021 +1030

    fix error in mfm_test.vhdl #230

commit faacd38742f7905171e0b2cea7380c2e8539e354
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 21:12:38 2021 +1030

    fix problems with MFM encoding test bed #230

commit 12859f3b2e3e467b9bee52cff64048908c77714c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 21:01:31 2021 +1030

    fix generation of MFM bit sequence #230

commit 2c6db56dd9dabba6e94bcca957080b02f11c9b79
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 21:01:07 2021 +1030

    use ghdl_mcode that builds on Ubuntu 20.04 for MFM debugging #230

commit 62cc4a62aaf699c8184bf9f6170e5c146792229a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 17:32:57 2021 +1030

    begin implementing unbuffered track write #230

commit e16f5d6a5459963bb2443c0706d8fbf857111350
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 28 17:32:29 2021 +1030

    fix sprite data address when bitplanes active and moved to bank 4 #365

commit 7f819acc57ab08966212d2cabbf32d67d2d5498a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Feb 23 15:15:32 2021 +1030

    get 1.8v differential signalling working #366

commit 2768e03c74312c1eed3feec54b7ad737224ce16f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Feb 23 11:02:06 2021 +1030

    more trying to fix MphR4 differential signalling #366

commit d0c8a0ce6f5d800fee4d11034d459abc9b27063d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Feb 23 10:47:01 2021 +1030

    use LVDS not TMDS33 on TE0725 that has 1.8V VCC_AUX #366

commit 55e425f81c2999d1037146814df4f55c60d55b81
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Feb 23 10:35:08 2021 +1030

    update pin out for MphR4 board #366

commit d4716141973e886470a3926639e18f3deb8d2f42
Merge: fcee7a9a af266a5f
Author: gardners <[email protected]>
Date:   Tue Feb 23 10:28:10 2021 +1030

    Merge pull request #367 from goran-mahovlic/patch-1

    Update megaphoner4.xdc

commit af266a5fb69a72b6fa042b83e46f56c33912138c
Author: Goran Mahovlic <[email protected]>
Date:   Tue Feb 23 00:55:37 2021 +0100

    Update megaphoner4.xdc

    Current pinout

commit fcee7a9a9f05558a2f8cabf14c269431d824768d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Feb 23 09:43:37 2021 +1030

    work on simple VGA+digital video output target or Mph4 target #366

commit 48e321c82ad71dc068f068ff416e11fd7d2da1cc
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Feb 23 09:43:29 2021 +1030

    fix comment

commit 57f1635fe617002caeb40296fc95194cac72e2d8
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 21 10:33:40 2021 +1030

    praise be to the spiral!

commit 4226171e887bdc7f4a14224f48deca7cffad23c1
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 14 07:50:53 2021 +1030

    add matching delay to $DD00 reads #341

commit 8774db0f729dfc102cb78ed0f260f1beedeafb73
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Feb 10 07:51:45 2021 +1030

    delay only DD00 IEC output lines #341

commit ac1aac00c75a298d3749161a48036206684d03f8
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Feb 9 09:53:58 2021 +1030

    very slightly increase PAL 1MHz clock #358

commit 54e02cf89da4abd1cfb0756bf67946e933115b05
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Feb 9 07:36:39 2021 +1030

    fix error in dd00 delay logic #341

commit 71e03fcd7d71c762b86ef9024d7dee440005c58a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Feb 9 03:53:12 2021 +1030

    ASW was putting B14 into C, should be B15 #361

commit f84a25c6e9c4fbf54f1671efa905f679c9dab3a6
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Feb 9 03:51:17 2021 +1030

    make DD00 delay selectable, and flush pending writes when too rapid #341

commit 7c61689a3af0da3d09d8f09c80ea5d68736632c7
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 8 21:42:03 2021 +1030

    delay writes to $DD00 to correct cycle as for 6502 @ ~1MHz #341

commit f4f8c9c88018b78fe5af9d3f7b34c49bec1cadc5
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Feb 7 20:39:04 2021 +1030

    disable 6510 emulation when memory is MAPped, eg C65 DOS #227

commit 6dfb489e8cb09e9c356fe0aa1790cc035144838a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Feb 6 23:24:10 2021 +1030

    reduce n4 program speed

commit cf5492faa927ba5cdfa3dd9dbd52eb28639e032d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Feb 6 21:19:55 2021 +1030

    drop config frequency for N4DDR target

commit c5ffd9e9031d53498cab6064c88bbdbd130d0477
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Feb 3 20:41:01 2021 +1030

    increase PCM clock to 96KHz

commit 06000a42079a1eaaa9177e6be45fcae739bf95d2
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 23:02:22 2021 +1030

    and further UX improvement for onboard.c

commit aaeeee66d08364f4d2adbe99442d493d04c1e8d7
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 22:54:14 2021 +1030

    further improve onboard.c

commit 00ea3ae062b59a3ec4f086dad2a261f212a3297f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 22:36:46 2021 +1030

    use : for min to sec separator in onboard.c

commit 8f5582e7ee386c7894facbd2ac03b5acc2fe2464
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 22:31:12 2021 +1030

    further improve onboarding video mode selection

commit 986a62439e436dbb1e8787147695994dde52d194
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 22:25:28 2021 +1030

    improve onboarding utility

commit 12bbe97ff689dd99a7d4d320a0ceaa4fcdcdd808
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 21:09:40 2021 +1030

    fix sense of signal for audio enable in onboard.c

commit 5ab8bc9d5e58dcfe797836c015e80b045fd6b445
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 16:43:44 2021 +1030

    implement divisor and multiplier busy flag #354

commit f38e9e21c0ce402682f475ee173f1ecc30ade9a7
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 16:35:58 2021 +1030

    set N flag in INW/DEW #355

commit 5adaa36176ee5edb6ecb667fef6a87589bb856bc
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 15:51:49 2021 +1030

    fix handling of CRT emulation mode in HYPPO

commit 48aab90e8de13a3a52005edaf095169082ac7517
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 15:16:30 2021 +1030

    fix handling of $D054 on exit from HYPPO

commit 49919784b03d0570ac776a48dcfa94bde89dad97
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 14:46:34 2021 +1030

    correct CRT emulation on/off labels

commit d27b66d9c08989a0df0257f3488fd033c2ee4e3a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 14:31:21 2021 +1030

    pause DMA for pending audio DMA fetches #228

commit b5c91233d70cb0f2b2039854cc16f4caf6b5a0ac
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 13:05:14 2021 +1030

    update MEGA65 CONFIGURE utility to support CRT emulation etc

commit e8b256471d80d7e8081439acc8ccaa9b36dfbc37
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 01:16:47 2021 +1030

    bold+reverse on GOTOX token inverts default/alternate palette selection

commit 0dac0750055ab13f78008318912dcb3eb5938b31
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Feb 1 00:52:08 2021 +1030

    explicitly make the C6xTHUMB.M65 files

commit c01fe16be45007cc9854b352e610a5743473ad1a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 31 17:49:50 2021 +1030

    add targets to auto-make AUDIOMIX and C6xTHUMB.M65

commit 7cdf97df4769f9ac9829b3f2c2428c04f3a22172
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jan 30 18:42:58 2021 +1030

    add support for CRT emulation in onboarding, boot logo and sysconfig

commit 7eed1ea6ef1385148b7f5786a7edf352e15c165c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jan 30 18:27:18 2021 +1030

    config sector byte $21 sets $D054 for CRT emulation control

commit c5c0964088e263700d71c6c3acea8ef7e76dd1f7
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jan 30 10:43:18 2021 +1030

    try to fix CRT emulation

commit f940b3f6819ea5e28915de08461f4125b77367e5
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jan 30 10:23:44 2021 +1030

    re-enable PAL simulation mode

commit 7175a47b5fd475bb840e960a409787f60f7f340d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 24 23:13:22 2021 +1030

    fix DMA audio documentation

commit cbd726d720c13ee64b483d4f6d4da698586c6634
Merge: 626f72a7 6e4a697e
Author: gardners <[email protected]>
Date:   Sun Jan 24 09:04:59 2021 +1030

    Merge pull request #350 from goran-mahovlic/development

    Adding new target: megaphoner4

commit 6e4a697e69842127a37dca4dec3bf797afb7c1a7
Author: goran-mahovlic <goran.mahovlicgmail.com>
Date:   Sat Jan 23 21:23:21 2021 +0100

    Fixing signals - blink on v_hdmi_hsync

commit 4e1725fa9c326674d80028ee20c932756a9f7fe1
Author: goran-mahovlic <goran.mahovlicgmail.com>
Date:   Fri Jan 22 21:54:40 2021 +0100

    Blink led on pixelclock

commit ff73d1bc170553f2f63aeea648e6dc80e26975d8
Author: goran-mahovlic <goran.mahovlicgmail.com>
Date:   Fri Jan 22 18:43:07 2021 +0100

    Adding blink led - define CLK_IN as IN

commit a9dde471e6c808ad2febb46934561cbbb8d64249
Author: goran-mahovlic <goran.mahovlicgmail.com>
Date:   Fri Jan 22 12:59:16 2021 +0100

    Adding new target: megaphoner4

commit 626f72a73a00b86cc1a3ba7197e81076dc3f879c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Jan 21 09:49:33 2021 +1030

    Make DAT follow bitplane bank selection #346

commit 1d97a82df505d984f033b782257a4b81ee08f0fe
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jan 19 21:57:25 2021 +1030

    try to fix junk line at bottom #345

commit d8c9f7edf928d9fbc03375d3b87a333bdc83b476
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jan 19 21:48:06 2021 +1030

    fix RRB double-line flag register access #345

commit 204b7effd17994d359f513d8d3c79eff62cc5e08
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jan 19 21:02:14 2021 +1030

    MULTOUT should be DIVOUT in places

commit d0b85bc7d335042915c19b1e05bee07a1814431f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jan 19 11:26:51 2021 +1030

    implement flag to allow double-raster RRB #345

commit 6cb6c1545e31a1510b17cf661c865e72ada69b18
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jan 19 09:32:18 2021 +1030

    don't configure openrom if it isn't there any more

commit e44bc34e6649d3444b856da4ebfe86d42f8dce6c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jan 19 09:30:17 2021 +1030

    try moving fetch start with double buffering

commit 460dc2fa5297398948e9bc5fbf937d766934ee94
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 18 21:55:39 2021 +1030

    fix paint_alternate_palette timing for FCM chars #342

commit 909e530f6465c2b53ac370ddae603f7b102ba66e
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 18 18:53:36 2021 +1030

    alt palette signal was one pixel early #342

commit 6b8225059228c8e700e4b2eb59447f181d1b2ca9
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 18 14:51:25 2021 +1030

    add missing signal #342

commit 5fa9231112969424e0d2f1cd89ee2c3d19cee2d9
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 18 14:49:04 2021 +1030

    also plumb alt_palette signal through sprite.vhdl #342

commit f53e42a56c96a19d4b813f801a4bcdcbf3ae49b5
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 18 14:42:50 2021 +1030

    fix alternate palette selection to go through RRB as it should #342

commit 6c6130ccf9ed82b955ee754db97e6c1ad7d1a87a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 18 09:10:52 2021 +1030

    disable bitplane data fetching if bitplane mode is off

commit 8cdd2d18f82b3bc796d6da58bef58b7ca26afde8
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 17 17:14:42 2021 +1030

    implement char pixel row masking via GOTOX + 2nd colour RAM byte + glyph_4bit as enable #340

commit 265da024b5aa27f988878ea33eb8ffd4ab358102
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 17 15:36:43 2021 +1030

    try to fix sprite data address bugs when continuous monitor pointers enabled #339

commit ca34051455a4731e2d72375b5b742af4c2a2b334
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 17 15:17:53 2021 +1030

    try to fix #339

commit 23b0f71d361c319b74167a93a4d7899b8a4ceea9
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 17 14:16:09 2021 +1030

    set sprite_data_addresses() in all cases #339

commit 785e565238a4a7b6a6f6fd8594951f531718461c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Jan 14 20:30:12 2021 +1030

    and again

commit ce557510327a681dfc5bbd133cc9b4f0658ea632
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Jan 14 20:28:12 2021 +1030

    fix another typo

commit 4475df07a1df25b85522cf1fe1773f2c1c02d419
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Jan 14 20:08:50 2021 +1030

    fix type #336

commit da6ce0dc018625eb0fdebcc69fc2d417bab6a69d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Jan 14 18:04:00 2021 +1030

    allow bitplanes to be moved around in chip RAM #336

commit 8cea66fdce048baa6a2edd43f6b029fc03cc5d7f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Jan 14 16:20:20 2021 +1030

    oops.. RGB not BGR #335

commit 943abdf94c07dc3dc1bb655f15b1300d8bd7f7ef
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Jan 13 23:17:31 2021 +1030

    floppy error LED blinks red, but motor stays green #335

commit a06dee9fa466eea9ee30bcdf089d1437fea72eff
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Jan 13 22:43:40 2021 +1030

    fix typos

commit b9ccc21a710f5e2526860384695579e2e38f7f24
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Jan 13 22:37:03 2021 +1030

    update some signal names

commit 63fbe2ea0564edc0bafac072b3f2d43d610eb262
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Jan 13 22:36:47 2021 +1030

    fix FG/BG forcing logic for RRB layers

commit 3426fe7c8d0922cd6a7ec848292eca4e7aa39198
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 11 11:39:45 2021 +1030

    protect disk image control registers

commit ef7ff08e7bf9fdfbd961c20eb4ec579a79efb79d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 10 19:47:20 2021 +1030

    put main board LED back under software control

commit 43280d25c3c94dbaa1a91e1a2ce0444310985528
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 10 19:43:57 2021 +1030

    re-allow extended attributes in FCM #334

commit 4f6edfcd748abaf27f5d03d2dd0845c66ba8522f
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 10 18:06:02 2021 +1030

    try to fix #334

commit 607aae7373d152c2ca857832595b1c4389285351
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 10 10:30:25 2021 +1030

    remove deprecated script

commit a005efc98d7868c78bc44ca8d98351a41cc317c0
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sun Jan 10 08:40:48 2021 +1030

    use all 8 bits of colour RAM data for FCM glyph colour

commit 15593e141ee33701ebcaa011e786a56cc5fea954
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jan 9 23:12:53 2021 +1030

    fix vivado target for mega65r3_container

commit 979f998fe3364937bb2cb6d5921394a3aa810444
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jan 9 22:56:34 2021 +1030

    begin implementing empty MEGA65 R3 container for porting other cores

commit dc3d44a54a756afe39f40f51d4c7a3d18cf2e108
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jan 9 21:41:37 2021 +1030

    fix auto doc info for PCODE register

commit b2de38e4762f07fe5b1f73eb3d64e94effb8d06b
Author: Paul Gardner-Stephen <[email protected]>
Date:   Sat Jan 9 21:40:45 2021 +1030

    try to fix transparent sprite behaviour #332

commit 159d35d9a951c2ca9ccf4b86a9e67975c71a5cf4
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri Jan 8 21:13:13 2021 +1030

    add missing auto-doc for some F011 registers

commit 2824baec0659ea9486d1d72756a2c2845ce2ec24
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri Jan 8 20:47:55 2021 +1030

    fix config byte for LFN enable. Change default colour scheme.

commit 84ec6b5b25dfdb02628342d6d923d068c6f8018a
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri Jan 8 17:41:10 2021 +1030

    add missing mega65_config.inc

commit 18b5c09c4e10f30c5d2f921351483e71cbfe6569
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri Jan 8 16:43:57 2021 +1030

    update documentation for sdcardio.vhdl based registers

commit 3ead1ac61c4b62bef4795277ac9ee9c74be8be42
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri Jan 8 16:43:40 2021 +1030

    update mega65 config to support new LFN enable option

commit ecc9d2cffc41d92d61cccb5654359310335e75d4
Author: Paul Gardner-Stephen <[email protected]>
Date:   Fri Jan 8 12:50:09 2021 +1030

    make long file name support config selectable

commit d6454677fbe88c84a64199ff9bba2c44dac1635d
Author: Paul Gardner-Stephen <[email protected]>
Date:   Thu Jan 7 22:12:44 2021 +1030

    fix cd .. when cluster in .. entry is 0 for root dir

commit ed38d49ca122764ee2145fbee00927ff3f1f1b52
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Jan 6 14:13:07 2021 +1030

    update documentation on various registers

commit 2a433ebe11e067e2fabe718926f905d02f96f260
Author: Paul Gardner-Stephen <[email protected]>
Date:   Wed Jan 6 14:12:37 2021 +1030

    fix LDZ $nnnn opcode $AB

commit 712c81fef71f2bcc4d0d69e0b01b63ff4e55b675
Author: Paul Gardner-Stephen <[email protected]>
Date:   Tue Jan 5 09:27:06 2021 +1030

    allow more time for SD card to boot

commit 207eb5d4d29cad8d4ab7cc71197329ea533c5b63
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 23:16:47 2021 +1030

    fix trimming of . from end of filenames #333

commit 18ea99dd9d4daa4b2cf3b87c5a64822e349941ab
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 23:16:29 2021 +1030

    update freeze menu to version with full sub-dir support #333

commit 878b3f6e7547919db5b2f7992a3ceafa6ec5aefc
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 22:53:08 2021 +1030

    fix dos_closeall() to actually clear the file descriptors #333

commit a0af9aed9653c0f3f763cec2846a58db3e1f09ae
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 22:27:24 2021 +1030

    update freeze menu for better directory support in disk chooser #333

commit 8b79b4cf25f02eb78288faa3ba1889c3fe741c5c
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 22:27:13 2021 +1030

    fix trimming of FAT file names #333

commit f1d48e5d7b9ccf71df19e44f8e8392721e185f2e
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 17:15:23 2021 +1030

    update freeze menu for version that shows directories correctly

commit 3defce4c07e0861eaff2954b147f1838c5175332
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 17:13:14 2021 +1030

    make dirent length calculation fail-safe #333

commit a77b75c57018f06045a4ba67badaca2a5da15c76
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 16:43:04 2021 +1030

    remove some debug output to save space

commit fc824e679a0086d9d5e069b5273d20fbbaacf8be
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 16:42:39 2021 +1030

    fix length of dirent struct to include attribute byte #333

commit e2a5df7ad9df777158d78b2b099a5b802a665033
Author: Paul Gardner-Stephen <[email protected]>
Date:   Mon Jan 4 16:03:57 2021 +1030

    stop ignoring directories #333

commit …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant