Search found 7 matches
- Wed Apr 10, 2024 8:43 pm
- Forum: CX16 Hardware Support
- Topic: Mouse1
- Replies: 4
- Views: 4176
Re: Mouse1
Hi, I've tested this on my X16 with R47 (ROM, SMC, and VERA), and I'm unable to confirm this bug report. Can you describe the exact sequence you're using to trigger this bug? Also, can you confirm the make and model of your mouse and keyboard? This might be an SMC bug that's unique to your machine....
- Wed Apr 10, 2024 2:04 pm
- Forum: CX16 Hardware Support
- Topic: Mouse1
- Replies: 4
- Views: 4176
Mouse1
With R46 and a 65c02 the command MOUSE1 works after a CTRL-ALT-DEL reset. With R47 (total ROM update - including SMC) and a 65816, the MOUSE1 command does not work after a CTRL-ALT-DEL. The computer must be power cycled for the mouse to work. As suggested, this was a hardware issue. I will have to g...
- Wed Mar 13, 2024 10:45 pm
- Forum: X16 Feature Requests
- Topic: VERA fast stack implementation
- Replies: 2
- Views: 1416
VERA fast stack implementation
Looks like VERA could be undated to be a fast stack. When using Data0 and Data1 registers there is a separate pointer for each register. Could you have a VERA "stack" mode where the registers use the same pointer? Thus, a data store to Data0 would be a push, and a data load from Data1 woul...
- Sat Mar 09, 2024 10:33 pm
- Forum: Development Tools
- Topic: Major Assembler - a symbolic assembler written in BASIC
- Replies: 3
- Views: 4939
Re: Major Assembler - a symbolic assembler written in BASIC
Change necessary for new rom R46.
222 P=BT+4:S=$C134:E=S
Table that lists Tokens has moved.
Handles 6502 but maybe not 65C02 mnemonics.
Also, the example program used a reserved location.
1000 PTR: EQU $22
would be better.
222 P=BT+4:S=$C134:E=S
Table that lists Tokens has moved.
Handles 6502 but maybe not 65C02 mnemonics.
Also, the example program used a reserved location.
1000 PTR: EQU $22
would be better.
- Tue Jan 23, 2024 10:33 am
- Forum: Guides and Tutorials
- Topic: LIST autopause for R47
- Replies: 0
- Views: 2023
LIST autopause for R47
Beginning with ROM revision 47 (not yet live at the time of this posting), the LIST command has a pause feature. I wanted to have the pause as default. I understand why others thought that might be confusing to long time users. Here is a workaround. a) LIST a program. b) Pause listing with the SPACE...
- Thu Nov 30, 2023 10:32 am
- Forum: Misc Apps
- Topic: LIST pause wedge - something like "MORE"
- Replies: 6
- Views: 36634
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 ...
- Wed Nov 29, 2023 10:24 pm
- Forum: Misc Apps
- Topic: LIST pause wedge - something like "MORE"
- Replies: 6
- Views: 36634
LIST pause wedge - something like "MORE"
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 fi...