Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
 Welcome to our latest new user NthSt4r ! (Registered 2025-05-17) You are not logged in - nap
CSDb User Forums


Forums > CSDb Entries > Release id #201894 : Borderpolizei
2021-03-24 19:00
chatGPZ

Registered: Dec 2001
Posts: 11499
Release id #201894 : Borderpolizei

So, quoting Krill:
Quote:
Finally someone made this! =)


It would be really cool if some of you would take their time and read the .pdf, and then provide your results.

Especially interesting would be results from high quality CRT TV sets that can be trusted to be properly factory calibrated. Even more interesting if someone around here is qualified to do this himself (and has the equipment). Speak up! :)
 
... 13 posts hidden. Click here to view all posts....
 
2021-03-28 22:01
chatGPZ

Registered: Dec 2001
Posts: 11499
please post the other values (positions) as well :)

not sure what you mean by "my screens absolute maximums". all values should be checked after calibrating the screen as described in the manual. tweaking the screen so it shows as much of the signal as possible makes no sense for this measurement - we already know what those are, and the whole point is to find out what the visible area of properly calibrated screens is.
2021-03-29 09:44
Digger

Registered: Mar 2005
Posts: 447
Perhaps a video showing how to calibrate would be cool for non-RTFM freaks. I'd gladly make one but don't have any CRT yet.
2025-04-12 19:44
chatGPZ

Registered: Dec 2001
Posts: 11499
Recently Tobias spawned some related action on F64 and we noticed that, for some reason, Borderpolizei does not work on SX-64 apparently. And of course we want to find out why that is the case :) We suspected the raster sync loop (using SHX), but all the VICE tests seem to work on that SX-64, and also Krills Softwired works just fine(?)

So first thing to ask for would be: if you have a SX-64, could you try running Borderpolizei on it? Perhaps we are just looking at a wonky SX-64 :)
2025-04-12 20:26
Krill

Registered: Apr 2002
Posts: 3067
Weird and interesting!

The only SX-64 oddity i know is that it has 60 Hz AC in both NTSC and PAL versions. But surely Borderpolizei does not at all care about CIA TOD?
2025-04-12 20:34
chatGPZ

Registered: Dec 2001
Posts: 11499
Right now i am hoping(*) this is somehow related to the cpu port. It uses this to sync:
        // y = $7f
sync_loop:
        lda #$3e        // included in sync_loop to ensure cycle length of 19 cycles
        sta $dc04

        ldx #$35
        shx $ff82,y     // y=$7f -> SHA stores to $ff82 + $7f = $0001 (hi-byte gets anded with $ff+1 = $00, which does not change it)
        cpx $01
        bne sync_loop   // loop ends when raster is on a badline


I'm trying to replace that loop by something else for a test right now... which is a bit too non trivial to do for my taste :D


(*)because if its really SHX that isnt working right... we have a problem
2025-04-12 21:05
Krill

Registered: Apr 2002
Posts: 3067
Ah, forgot about the other oddity: no C2N tape port.

Have you ruled that out?
2025-04-12 21:09
chatGPZ

Registered: Dec 2001
Posts: 11499
That would be what is related to $01 :) Managed to tweak the code to use $02 instead - waiting for test result
2025-04-12 21:21
chatGPZ

Registered: Dec 2001
Posts: 11499
And indeed... now it works!

Conclusion: don't do weird things with $01 on the SX64 unless you really know it works :)

(Now... how do we emulate this...mmmh)

Edit: on the SX-64, after powerup, $01 reads back as $07 - not $37. So this is related to the non existing tape port indeed.

Should hack this into VICE real soon - this seems to be a detail that is easy to stumble about :)
2025-04-13 03:05
Copyfault

Registered: Dec 2001
Posts: 483
Hmkay, seems I went too far with that nice SHX-approach for the timer init. And yeah, I really did not know of this $01-behaviour on the SX-64. Afair, I coded this when the discussion on the SHX-approach was rather fresh, and somehow I got hooked by the idea to let the init loop do something useful "for free" (not the full "0-byte-version", but well...)...

So sorry for causing the headaches, and @Groepaz: yes, a 2.0 of this tool is a must and I'm going to follow your latest advices (and also keep the latest insights of this thread in mind).
2025-04-13 04:00
chatGPZ

Registered: Dec 2001
Posts: 11499
https://github.com/VICE-Team/svn-mirror/releases/tag/r45631 :)
Previous - 1 | 2 | 3 - Next
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
Krill/Plush
csabanw
REBEL 1/HF
hedning/G★P
lotus_skylight
Guests online: 121
Top Demos
1 Next Level  (9.7)
2 13:37  (9.7)
3 Mojo  (9.6)
4 Coma Light 13  (9.6)
5 Codeboys & Endians  (9.6)
6 Edge of Disgrace  (9.6)
7 Signal Carnival  (9.6)
8 Comaland 100%  (9.6)
9 What Is The Matrix 2  (9.6)
10 Uncensored  (9.6)
Top onefile Demos
1 At the Cinema  (9.8)
2 Nine  (9.8)
3 Layers  (9.6)
4 Cubic Dream  (9.6)
5 Party Elk 2  (9.6)
6 Datastiltje 2014 Win..  (9.5)
7 Copper Booze  (9.5)
8 Onscreen 5k  (9.5)
9 Libertongo  (9.5)
10 Charflasher  (9.5)
Top Groups
1 Artline Designs  (9.4)
2 Booze Design  (9.3)
3 Oxyron  (9.3)
4 Performers  (9.3)
5 Censor Design  (9.3)
Top Original Suppliers
1 Derbyshire Ram  (9.7)
2 Fungus  (9.3)
3 Black Beard  (9.2)
4 Baracuda  (9.2)
5 hedning  (9.1)

Home - Disclaimer
Copyright © No Name 2001-2025
Page generated in: 0.147 sec.