WIP - mystery port #1: Chaos

Discussion, Reviews & High-scores

Moderator: Moderators

User avatar
vicist
Vic 20 Afficionado
Posts: 352
Joined: Tue Oct 09, 2012 5:26 am
Location: Sheffield, UK

Re: WIP - mystery port #1: Chaos

Post by vicist »

Well, I still can't get past the opening screen. :(

Tried on mac and pc (vice 2.4) - wip1,2 and 3.
Joystick keys are off.
16k ram enabled. (blocks 1 and 2)
Loaded with ,1 and without ,1.
Tried with pal and ntsc video standard.
Basic works as expected before loading.
Pressed all the keys on the keyboard - which, by the way, includes the return key!

Nothing. :roll:

HELP!!!
User avatar
orion70
VICtalian
Posts: 4337
Joined: Thu Feb 02, 2006 4:45 am
Location: Piacenza, Italy
Occupation: Biologist

Re: WIP - mystery port #1: Chaos

Post by orion70 »

Same here :(.
Vic Porter
Vic 20 Amateur
Posts: 61
Joined: Thu Sep 22, 2016 9:12 pm
Occupation: VIC porter

Re: WIP - mystery port #1: Chaos

Post by Vic Porter »

That's really troubling. Works here on VICE of about 3.0 (compiled from svn around the time of the release). Can you test with 3.0? I'll dig up 2.4 and see if I can reproduce it. Tests on real HW would, of course, be the best.

Meanwhile, here is RC1. Now should be bug free. All sounds are included (and new sfxedit.d64) and joystick support is implemented. The sounds suck; better ones would be appreciated.
Attachments
vichaos_rc1.zip
(79.75 KiB) Downloaded 95 times
User avatar
vicist
Vic 20 Afficionado
Posts: 352
Joined: Tue Oct 09, 2012 5:26 am
Location: Sheffield, UK

Re: WIP - mystery port #1: Chaos

Post by vicist »

Yes - it does work in VICE 3.0. :)

Time to try it out on the real hardware.....

Dumped it on my sd card, removed the .prg extension, inserted my 16k ram expansion and loaded the file.
Same as VICE 2.4 - it just hangs at the opening screen. :(

So, at the moment, VICE 3.0 is the only way for me to get this going.
Vic Porter
Vic 20 Amateur
Posts: 61
Joined: Thu Sep 22, 2016 9:12 pm
Occupation: VIC porter

Re: WIP - mystery port #1: Chaos

Post by Vic Porter »

vicist wrote:Dumped it on my sd card, removed the .prg extension, inserted my 16k ram expansion and loaded the file.
Same as VICE 2.4 - it just hangs at the opening screen. :(
Thanks for testing! Seems like VICE 3.0 has a bug.

The bug in my code was a missing "sta $912e" on the IRQ init due to copy/paste error. The VIA interrupts should have been disabled, but fired anyway on 3.0 so I did not notice. The hanging makes perfect sense.

So here is RC2. If this works, then I'll give it about a week of bug reporting / sound(/other) contributing time before calling it final.
Attachments
vichaos_rc2.zip
(79.75 KiB) Downloaded 87 times
User avatar
R'zo
Vic 20 Nerd
Posts: 514
Joined: Fri Jan 16, 2015 11:48 pm

Re: WIP - mystery port #1: Chaos

Post by R'zo »

I tested on vice 3.0 and had no issues getting it to work. I enjoy the battle setup. Nice job so far.
R'zo
I do not believe in obsolete...
User avatar
vicist
Vic 20 Afficionado
Posts: 352
Joined: Tue Oct 09, 2012 5:26 am
Location: Sheffield, UK

Re: WIP - mystery port #1: Chaos

Post by vicist »

Great job!

It now works in VICE 2.4 AND on the real VIC. :D
Vic Porter
Vic 20 Amateur
Posts: 61
Joined: Thu Sep 22, 2016 9:12 pm
Occupation: VIC porter

Re: WIP - mystery port #1: Chaos

Post by Vic Porter »

vicist wrote:It now works in VICE 2.4 AND on the real VIC. :D
Thanks for testing!

Here's RC3. I recalled the original having a loading screen, so I added a conversion of it. Shame about colors 8..15 not being available on hires...

Sound and other contributions still welcome.
Attachments
vichaos_rc3.zip
(90.75 KiB) Downloaded 94 times
User avatar
tokra
Vic 20 Scientist
Posts: 1120
Joined: Tue Apr 27, 2010 5:32 pm
Location: Scheessel, Germany

Re: WIP - mystery port #1: Chaos

Post by tokra »

Vic Porter wrote:The bug in my code was a missing "sta $912e" on the IRQ init due to copy/paste error. The VIA interrupts should have been disabled, but fired anyway on 3.0 so I did not notice. The hanging makes perfect sense.
Can you report this bug to VICE please?

https://sourceforge.net/p/vice-emu/bugs/]https://sourceforge.net/p/vice-emu/bugs/

Or if you can provide a short test-program of the misbehaviour I can file the report for you. Let's keep VICE as close to the real machine as possible.
Vic Porter
Vic 20 Amateur
Posts: 61
Joined: Thu Sep 22, 2016 9:12 pm
Occupation: VIC porter

Re: WIP - mystery port #1: Chaos

Post by Vic Porter »

tokra wrote:
Vic Porter wrote:The bug in my code was a missing "sta $912e" on the IRQ init due to copy/paste error. The VIA interrupts should have been disabled, but fired anyway on 3.0 so I did not notice. The hanging makes perfect sense.
Can you report this bug to VICE please?

https://sourceforge.net/p/vice-emu/bugs/]https://sourceforge.net/p/vice-emu/bugs/

Or if you can provide a short test-program of the misbehaviour I can file the report for you. Let's keep VICE as close to the real machine as possible.
If you can also test it on real HW before reporting, then sure. I'll post the test program here in a few days.
User avatar
tokra
Vic 20 Scientist
Posts: 1120
Joined: Tue Apr 27, 2010 5:32 pm
Location: Scheessel, Germany

Re: WIP - mystery port #1: Chaos

Post by tokra »

Yup, can test on real PAL- and NTSC-machines.
Vic Porter
Vic 20 Amateur
Posts: 61
Joined: Thu Sep 22, 2016 9:12 pm
Occupation: VIC porter

Re: WIP - mystery port #1: Chaos

Post by Vic Porter »

Here is the test program. Threw in a test for the other VIA too.

As for the actual topic: the game is released, go here
Attachments
bugvicevia.zip
(2.86 KiB) Downloaded 83 times
User avatar
tokra
Vic 20 Scientist
Posts: 1120
Joined: Tue Apr 27, 2010 5:32 pm
Location: Scheessel, Germany

Re: WIP - mystery port #1: Chaos

Post by tokra »

Thanks, tested on my real VIC-20 PAL and filed bug to VICE:

https://sourceforge.net/p/vice-emu/bugs/879/
Vic Porter
Vic 20 Amateur
Posts: 61
Joined: Thu Sep 22, 2016 9:12 pm
Occupation: VIC porter

Re: WIP - mystery port #1: Chaos

Post by Vic Porter »

Due to the pleasant surprise of audience participation, here is version WIP4.
Now it has graphics. Thanks Kweepa!
Also added highlight of CPU selection to make the game easier to follow.
Some graphics are still missing. Please see readme.txt, charset_udg.asm and gfx.asm:gfx_anim_*.
Attachments
vichaos_wip4.zip
(90.99 KiB) Downloaded 105 times
Vic20-Ian
Vic 20 Scientist
Posts: 1213
Joined: Sun Aug 24, 2008 1:58 pm

Re: WIP - mystery port #1: Chaos

Post by Vic20-Ian »

I just found this thread, never realised that the released game had gone on to have graphics added.

Just had a great game of this.

I will try and figure out how to add some of the missing graphics.
Vic20-Ian

The best things in life are Vic-20

Upgrade all new gadgets and mobiles to 3583 Bytes Free today! Ready
Post Reply