Right. In that case, after you have built the 24-bit palette with 64 HW sprites shifter board, you can do the Atari 68060+SIMD booster! :lol:
Compilation of bugs in Vampire Standalone V4
Moderators: terriblefire, Terriblefire Moderator
-
mrbombermillzy
- Moderator

- Posts: 2284
- Joined: 03 Jun 2018 19:37
Re: Compilation of bugs in Vampire Standalone V4
What we REALLY need is someone to get the full 68000 signals implemented on one of these plethora of boosters, so we can have an Atari version someday.
-
terriblefire
- Admin sponsor

- Posts: 5686
- Joined: 28 Aug 2017 22:56
- Location: Glasgow, UK
Re: Compilation of bugs in Vampire Standalone V4
You have this in the TF536. Or did you mean something else?mrbombermillzy wrote: 07 Feb 2022 10:18 What we REALLY need is someone to get the full 68000 signals implemented on one of these plethora of boosters, so we can have an Atari version someday.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
-
mrbombermillzy
- Moderator

- Posts: 2284
- Joined: 03 Jun 2018 19:37
Re: Compilation of bugs in Vampire Standalone V4
Well, I meant the MC68000 based boosters really.terriblefire wrote: 07 Feb 2022 11:58You have this in the TF536. Or did you mean something else?mrbombermillzy wrote: 07 Feb 2022 10:18 What we REALLY need is someone to get the full 68000 signals implemented on one of these plethora of boosters, so we can have an Atari version someday.
It would be great to have such high speed 'plug in' solution on a plain 68000. Would save lots of effort patching code that is 020-060 incompatible.
Would just have to deal with badly written system specific timing bugs then.
But generally, the more boosters available for Atari, the better, I say! :)
(I'm particularly hoping the Buffee will fit the bill here).
-
exxos
- Site Admin

- Posts: 28346
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Compilation of bugs in Vampire Standalone V4
My SEC booster has run up to 75MHz on a real 68000. Problem is the cost of SRAM to keep up making the end price point rather large. It's why I haven't done much with it over the past year.mrbombermillzy wrote: 07 Feb 2022 12:22 Well, I meant the MC68000 based boosters really.
It would be great to have such high speed 'plug in' solution on a plain 68000.
-
mrbombermillzy
- Moderator

- Posts: 2284
- Joined: 03 Jun 2018 19:37
Re: Compilation of bugs in Vampire Standalone V4
@exxos both you and @terriblefire are both to be commended for the efforts in this regard.
Is the SRAM issue due to the current world shortage, or was it always this much?
Is the SRAM issue due to the current world shortage, or was it always this much?
-
exxos
- Site Admin

- Posts: 28346
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Compilation of bugs in Vampire Standalone V4
Just expensive.. was like £22 a pop (need 2 or 4 chips) now its like £50 a pop. Just do not have time to build and assemble a lot of this stuff for low quantities. But really this is getting off topic anyway.mrbombermillzy wrote: 07 Feb 2022 13:24 Is the SRAM issue due to the current world shortage, or was it always this much?
-
terriblefire
- Admin sponsor

- Posts: 5686
- Joined: 28 Aug 2017 22:56
- Location: Glasgow, UK
Re: Compilation of bugs in Vampire Standalone V4
Getting back on topic...
I mention this as something to look for having been verified as fixed before making a purchase.
There arent many V4s out there AFAIK. Its just beta testers who paid of early versions of the board. Which is fair enough I suppose.mrbombermillzy wrote: 07 Feb 2022 08:36 This seems to be a personal vendetta. There was a similar video a while back.
Either that, or all the other V4 users havent noticed the 30% games not working, or randomly crashing of code all over the place. (Not sure they can cover up or explain away the problems to that degree :lol: ).
I mention this as something to look for having been verified as fixed before making a purchase.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
-
mrbombermillzy
- Moderator

- Posts: 2284
- Joined: 03 Jun 2018 19:37
Re: Compilation of bugs in Vampire Standalone V4
Well, anything is possible, I suppose. (The Pentium 2 when it came out had a bug where it couldn't do addition IIRC) and that wasn't a small team.terriblefire wrote: 07 Feb 2022 13:33 Getting back on topic...
There arent many V4s out there AFAIK. Its just beta testers who paid of early versions of the board. Which is fair enough I suppose.mrbombermillzy wrote: 07 Feb 2022 08:36 This seems to be a personal vendetta. There was a similar video a while back.
Either that, or all the other V4 users havent noticed the 30% games not working, or randomly crashing of code all over the place. (Not sure they can cover up or explain away the problems to that degree :lol: ).
I mention this as something to look for having been verified as fixed before making a purchase.
As far as I am aware, the majority of problems (and Beta testing) on the V4 is the adaptation to ApolloOS fork not being completely finished and/or wrong settings in WHDLoad for games.
I will admit not having ever used or tested one, and the V4 core probably isn't perfect, but branching errors look like a massive oversight to me. Unless it's a specific pattern of the (as shown in the vid) NOPs and specific writes (one quick one normal) which bring on the error. Otherwise, this would be completely unstable with lots of code.
I'm sure there will be an uproar if this problem is actually true with whatever number of V4 owners there are.
EDIT: Also, I'll address the white elephant in the room: I'm well aware of how much 'tension' there is between the Apollo team and various members on this board. I certainly am not wanting to be some sort of inbetween target board, for any sort of inter personal issues, so I will just leave it at that. :)
-
mfro
- Posts: 124
- Joined: 13 Dec 2018 07:32
Re: Compilation of bugs in Vampire Standalone V4
What he shows there is tracing/single stepping (not "real" runtime) behaviour.mrbombermillzy wrote: 07 Feb 2022 14:45 ... Unless its a specific pattern of the (as shown in the vid) NOPs and specific writes (one quick one normal) which bring on the error. Otherwise, this would be completely unstable with lots of code.
With the trace flag active, m68k triggers an exception after each instruction that brings you back to the debugger, providing single stepping facility. This not working is certainly annoying for developers that are used to use this feature, but doesn't do any harm to "normal" users.
If what he shows would be runtime behaviour the machine probably wouldn't even come up.
And remember: Beethoven wrote his first symphony in C.
-
terriblefire
- Admin sponsor

- Posts: 5686
- Joined: 28 Aug 2017 22:56
- Location: Glasgow, UK
Re: Compilation of bugs in Vampire Standalone V4
There are apps/games that use trace mode to decrypt blocks of code on the fly as a copy protect mechanism. Those might fail.mfro wrote: 07 Feb 2022 14:58 What he shows there is tracing/single stepping (not "real" runtime) behaviour.
With the trace flag active, m68k triggers an exception after each instruction that brings you back to the debugger, providing single stepping facility. This not working is certainly annoying for developers that are used to use this feature, but doesn't do any harm to "normal" users.
If what he shows would be runtime behaviour the machine probably wouldn't even come up.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
Who is online
Users browsing this forum: apple [bot], ClaudeBot and 1 guest