Search found 492 matches

by R'zo
Sat Nov 14, 2020 12:09 am
Forum: Games
Topic: The Vicious Dead (jrpg)
Replies: 23
Views: 1861

Re: The Vicious Dead (jrpg)

by R'zo
Sat Nov 14, 2020 12:08 am
Forum: Games
Topic: The Vicious Dead (jrpg)
Replies: 23
Views: 1861

The Vicious Dead (jrpg)

Title: The Vicious Dead Current state: work in progress Author: Ryan Liston Genre: JRPG Target: Vic 20 w/ 32k Description : A horror themed turn based JRPG inspired by 80s horror films. Fight demonic creatures, collect artifacts, solve puzzles, explore and escape with your soul intact and your sanit...
by R'zo
Thu Jul 23, 2020 8:42 pm
Forum: Programming
Topic: Vicious Tracker
Replies: 32
Views: 2956

Re: Vicious Tracker

This has come a long way! ... Thank you for your feedback. Mike's suggestions really helped speed things up. I've noticed the bug on the pattern screen. Really not sure what's causing it. Since I'm planning on rewriting the editor in assembly I'm not to concerned with it at the moment. The playback...
by R'zo
Mon Jul 20, 2020 3:52 pm
Forum: Programming
Topic: Vicious Tracker
Replies: 32
Views: 2956

Re: Vicious Tracker

Yet, the code... After staring at your code for the last 24 hours I've figured out everything your doing. I had considered trying zp indexing for this. I shied away because I was already working with techniques and optcodes that I hadn't used yet and I'm trying to take my learning process a few ste...
by R'zo
Sun Jul 19, 2020 5:40 am
Forum: Programming
Topic: Vicious Tracker
Replies: 32
Views: 2956

Re: Vicious Tracker

Nice. But what means all these lsr and asl in the ml code? Are you wasting valuable processor time and RAM doing this? All code before the song file is for screen data handling in the editor and not part of the Tracker. It's being used to separate high/low values for hex representation as well as b...
by R'zo
Sat Jul 18, 2020 1:59 pm
Forum: Programming
Topic: Vicious Tracker
Replies: 32
Views: 2956

Re: Vicious Tracker

VICIOUS TRACKER B3.1 IS FINALLY RELEASED!!! ...and with a few major improvements. Vicious Tracker B3.1 Improvements and changes -song files have been reformatted. A converter program has been included to reformat songs. -Vicious tracker now has 16k, 24k and 32k versions. Songs written in any expans...
by R'zo
Wed Jun 24, 2020 12:45 pm
Forum: Programming
Topic: Vicious Tracker
Replies: 32
Views: 2956

Re: Vicious Tracker

Is the latest version still 1.1 beta? That's what it looks like. I don't think I've tried that one yet. Do you mind if I make a suggestion? GitHub gives you as many repos as you want. You might consider organizing your code with one project per repo. That way, it's easier to distribute news about o...
by R'zo
Sat Jun 20, 2020 10:39 am
Forum: Programming
Topic: Vicious Tracker
Replies: 32
Views: 2956

Re: Vicious Tracker

Progress update Unfortunately progress on this has come to a current stand still. My laptop died on me last night. Fortunately I saw it coming so my files are backed up so nothing is lost. It should only be a few days befor I'm up and running again. I have reconstructed the note table due to formula...
by R'zo
Mon Jun 15, 2020 2:04 pm
Forum: General Topics
Topic: VIC-MIDI - where is it headed?
Replies: 7
Views: 658

Re: VIC-MIDI - where is it headed?

You can download micro vicious here. The zip should contain the source code.
Micro Vicious 2.0

Edit: and the forum. jamming signal
by R'zo
Mon Jun 15, 2020 2:00 pm
Forum: General Topics
Topic: VIC-MIDI - where is it headed?
Replies: 7
Views: 658

Re: VIC-MIDI - where is it headed?

I did that too - play it with an external keyboard. What I'd like to do is be able to do some basic MIDI receive / transmit stuff in BASIC. I know BASIC isn't really fast enough to do anything complex for MIDI, but I'm not a super great programmer, still learning (even though I've used a VIC for 40...
by R'zo
Sun Jun 14, 2020 1:04 pm
Forum: General Topics
Topic: VIC-MIDI - where is it headed?
Replies: 7
Views: 658

Re: VIC-MIDI - where is it headed?

I have one. I plan on writing some programs for it myself eventually. I have other projects I'd like to accomplish first.

There is software that supports input but it is very simple. I've been able to play it with external keyboard and sequencers but it's buggy.
by R'zo
Sat Jun 13, 2020 12:56 pm
Forum: Programming
Topic: Vicious Tracker
Replies: 32
Views: 2956

Re: Vicious Tracker

Is there any way to scratch or overwrite these files? Specifically using string input from user for the filename. You'd use the standard CBM DOS commands for this, e.g.: OPEN15,8,15,"S0:"+N$:CLOSE15 deletes file N$ on disk. You should *not* use the save-and-replace variant of the filename...
by R'zo
Sat Jun 13, 2020 12:53 pm
Forum: Programming
Topic: Vicious Tracker
Replies: 32
Views: 2956

Re: Vicious Tracker

Update: I have made quite a bit of progress on the next release. Unfortunately the new build will break old song files but I plan on releasing a program to fix them. -Screen data loaders are now done with assembly. Screens now load insanely making for a huge inprovement. -new load/save routines are ...
by R'zo
Sat Jun 13, 2020 12:18 pm
Forum: Programming
Topic: ROM calls and other tricks
Replies: 33
Views: 64354

Re: SAVEing and LOADing memory blocks

Mike wrote:SAVE memory block:

Code: Select all

SYS57809(N$),<device>:POKE193,<start_lo>:POKE194,<start_hi>
POKE780,193:POKE781,<end_lo>:POKE782,<end_hi>:SYS65496
[...]
Is there any way to scratch or overwrite these files? Specifically using string input from user for the filename.
by R'zo
Tue Jun 09, 2020 1:41 pm
Forum: Emulation and Cross Development
Topic: CBM prg Studio
Replies: 239
Views: 154709

Re: CBM prg Studio

I get this every time I try to open sid under tools.
20200609_144244.jpg