A list WEDGE that allows you to pause a listing with the space bar.
Use the Pause/Break key on the emulator to exit while paused.
I wish they would add something like this to the ROM.
Load and run to start. Loads to high RAM - $A000
I do plan to update it so you can LIST back/up, but first things first!
NOTE: Caution! This has been added to R47. Thus, after that update it will NOT work.
Moderator, you can archive this thread after R47 becomes live!
LIST pause wedge - something like "MORE"
LIST pause wedge - something like "MORE"
- Attachments
-
- V6ListWedge.asm
- (1.83 KiB) Downloaded 898 times
-
- wboot (2).PRG
- (184 Bytes) Downloaded 918 times
Last edited by koyaa on Thu Jan 11, 2024 10:23 pm, edited 1 time in total.
- desertfish
- Posts: 1094
- Joined: Tue Aug 25, 2020 8:27 pm
- Location: Netherlands
Re: LIST pause wedge - something like "MORE"
Where has this been all those 40 years !?
- JimmyDansbo
- Posts: 476
- Joined: Sun Apr 26, 2020 8:10 pm
- Location: Denmark
- Contact:
Re: LIST pause wedge - something like "MORE"
You could try doing a pull request against the ROM and see if the maintainers are willing to pull it.
If you do not feel comfortable doing it your self, I would love to give it a go on your behalf.
If you do not feel comfortable doing it your self, I would love to give it a go on your behalf.
Visit my Github repo
or my personal site with CX16/C64/6502 related information.
Feel free to contact me regarding any of my projects or even about meeting up somewhere near Denmark
or my personal site with CX16/C64/6502 related information.
Feel free to contact me regarding any of my projects or even about meeting up somewhere near Denmark
Re: LIST pause wedge - something like "MORE"
Please do! And thanks.
But you should know that I showed the FAR better C64 version (with a scroll up and page feature) to David Murray and he was unimpressed.
Also if you put it in ROM it would be much easier because you could do a simple key check before BASIC prints a line number. This is just a hack since I can't change the ROM.
But you should know that I showed the FAR better C64 version (with a scroll up and page feature) to David Murray and he was unimpressed.
Also if you put it in ROM it would be much easier because you could do a simple key check before BASIC prints a line number. This is just a hack since I can't change the ROM.
- desertfish
- Posts: 1094
- Joined: Tue Aug 25, 2020 8:27 pm
- Location: Netherlands
Re: LIST pause wedge - something like "MORE"
actually, you kinda can... By modifying the rom source code and submitting a pull-request
- JimmyDansbo
- Posts: 476
- Joined: Sun Apr 26, 2020 8:10 pm
- Location: Denmark
- Contact:
Re: LIST pause wedge - something like "MORE"
Could I persuade you to add a few more comments to your code, especially the actual wedge code?
Visit my Github repo
or my personal site with CX16/C64/6502 related information.
Feel free to contact me regarding any of my projects or even about meeting up somewhere near Denmark
or my personal site with CX16/C64/6502 related information.
Feel free to contact me regarding any of my projects or even about meeting up somewhere near Denmark
Re: LIST pause wedge - something like "MORE"
FYI you can download a pre-release of 47 at any time.
Go to the public repo page at https://github.com/X16Community/x16-emulator
click on Actions
click on any of the workflow runs (I suggest sticking to ones that say master over on the right.)
And you can download the assets from the run.
Every time someone does a PR, GitHub generates new artifacts based on the new code, so you can work with the same code the developers are working with.