English Amiga Board


Go Back   English Amiga Board > News

 
 
Thread Tools
Old 03 April 2016, 15:32   #121
eXeler0
Registered User
 
eXeler0's Avatar
 
Join Date: Feb 2015
Location: Sweden
Age: 50
Posts: 2,946
Quote:
Originally Posted by TuKo View Post
Tried 4.1b15 on Vampire with latest SILVER3 core. It works.

If you want, we can help with core recognition, we already have tools to get those strings displayed on CLI.
May I ask for a quick screenshot? 😜
eXeler0 is offline  
Old 03 April 2016, 23:55   #122
flype
Registered User
 
Join Date: Dec 2014
Location: France
Posts: 104
Hi,

I can't do screenshot right now but there are 3 tools we can share :

VampireCheck

It doesn't output anything ; except $RC.
If $RC = 0, then Vampire board is detected.
If $RC != 0, then Vampire board is NOT detected.

Code:
>C:VampireCheck
>echo $RC

0
VampireCore

Outputs your current Core Revision.

Code:
>C:VampireCore

Vampire V600-128 Apollo rev 3179 x11 c7y (silver3)
VampireSerial

Outputs your Vampire unique Serial Number. Last digit is CRC check.

Code:
>VampireSerial

0x26F0A280C118B206-4
flype is offline  
Old 04 April 2016, 09:25   #123
mfilos
Paranoid Amigoid
 
mfilos's Avatar
 
Join Date: Mar 2008
Location: Athens/Greece
Age: 45
Posts: 1,978
Nice! I'd love these tools if possible.

It woule be best imho to have an All-In-One tool and call it with parameters like:
C:VampireTool -check
C:VampireTool -core
C:VampireTool -serial

Just my 2 cents
mfilos is offline  
Old 04 April 2016, 09:42   #124
flype
Registered User
 
Join Date: Dec 2014
Location: France
Posts: 104
Hi mfilos

I think this can be done easily, just need to fight a little with readargs in ASM.
flype is offline  
Old 04 April 2016, 09:48   #125
supaduper
Registered User
 
supaduper's Avatar
 
Join Date: Oct 2012
Location: Krypton
Posts: 1,210
Quote:
Originally Posted by eXeler0 View Post
May I ask for a quick screenshot? ��
Here you go, works on the Vamp2, on native Pal but sysinfo 4.1b15 will not output on HDMI

Click image for larger version

Name:	Sysinfo 415b.jpg
Views:	482
Size:	482.4 KB
ID:	48086
supaduper is offline  
Old 04 April 2016, 15:03   #126
flype
Registered User
 
Join Date: Dec 2014
Location: France
Posts: 104
Quote:
Originally Posted by flype View Post
... but there are 3 tools we can share ...
Archive is available - feel free to test and report - also on non-Vampire system, it should not crash/hang (just tested on uae).

http://www.apollo-core.com/knowledge...e=747&z=BgQf61
flype is offline  
Old 04 April 2016, 17:01   #127
bubbob42
Registered User
 
Join Date: Oct 2012
Location: Germany
Posts: 585
Quote:
Originally Posted by flype View Post
Archive is available - feel free to test and report - also on non-Vampire system, it should not crash/hang (just tested on uae).

http://www.apollo-core.com/knowledge...e=747&z=BgQf61


Would you let me have a look an the sources? I'd like to support the Vampire via boards.library.
bubbob42 is offline  
Old 05 April 2016, 09:58   #128
flype
Registered User
 
Join Date: Dec 2014
Location: France
Posts: 104
Quote:
Originally Posted by bubbob42 View Post
Would you let me have a look an the sources? I'd like to support the Vampire via boards.library.
Hi bubbob42.

Good. Thanx for your proposal.
We will asap. Just, right now, Team is currently working on another topic. Once ready, we could speak about this very soon.
flype is offline  
Old 06 April 2016, 14:20   #129
kolla
Banned
 
Join Date: Nov 2007
Location: Trondheim, Norway
Posts: 1,893
Do you have ways to recognize the Minimig and the MIST? I am not sure how to uncover a Minimig, but the MIST at least have unique IDed "zorro boards" for FastRAM.
kolla is offline  
Old 06 April 2016, 14:43   #130
mfilos
Paranoid Amigoid
 
mfilos's Avatar
 
Join Date: Mar 2008
Location: Athens/Greece
Age: 45
Posts: 1,978
Then you certainly can
For example I used boards.library to identify UAE (2011/82 - UAE Amiga Emulator UAE Magic Device Emulation) in order to NOT execute ACATune (when I had ACA630)

Code:
C:ShowBoards MID=2011 PID=82 >NIL:
IF WARN
  C:ACATune maprom devs:kick39+ fastchip on fastz2 on z2cache on cache on burst on >NIL:
EndIF
Just use the MID and PID you want and you're set
mfilos is offline  
Old 15 April 2016, 14:07   #131
rave
Amiga's made me who I am.
 
rave's Avatar
 
Join Date: Feb 2007
Location: Nottingham UK
Age: 44
Posts: 178
Brilliant, can't wait to try it out.
rave is offline  
Old 26 April 2016, 13:36   #132
SnkBitten
Amithlon Fanatic
 
SnkBitten's Avatar
 
Join Date: Aug 2015
Location: Lexington, SC / US
Posts: 781
I'd like to see SysInfo updated to support RTG displays so the graphics aren't corrupted. This may be more of an Amithlon issue as well....but it'd be nice to see the layout properly running on Amithlon and RTG graphics (no OCS/ECS/AGA display available).
Click image for larger version

Name:	sysinfo.jpg
Views:	291
Size:	74.5 KB
ID:	48273
SnkBitten is offline  
Old 26 April 2016, 14:50   #133
zipper
Registered User
 
Join Date: Mar 2004
Location: finland
Posts: 1,837
Try ModePro and force planar option.
zipper is offline  
Old 26 April 2016, 17:03   #134
eXeler0
Registered User
 
eXeler0's Avatar
 
Join Date: Feb 2015
Location: Sweden
Age: 50
Posts: 2,946
Any progress on Vampire detection?

Skickat från min HTC One via Tapatalk
eXeler0 is offline  
Old 26 April 2016, 20:09   #135
SnkBitten
Amithlon Fanatic
 
SnkBitten's Avatar
 
Join Date: Aug 2015
Location: Lexington, SC / US
Posts: 781
Quote:
Originally Posted by zipper View Post
Try ModePro and force planar option.
Awesome, thanks. Worked.
SnkBitten is offline  
Old 26 May 2016, 09:04   #136
gulliver
BoingBagged
 
gulliver's Avatar
 
Join Date: Aug 2007
Location: The South of nowhere
Age: 46
Posts: 2,358
VampireTool seems to require ixemul

Is there any standalone version?

Is there any easier way to detect it? Like finding vampire.resource or something along those lines?
gulliver is offline  
Old 26 May 2016, 15:07   #137
cmsj
Registered User
 
cmsj's Avatar
 
Join Date: Feb 2016
Location: London / UK
Posts: 166
Quote:
Originally Posted by gulliver View Post
VampireTool seems to require ixemul

Is there any standalone version?

Is there any easier way to detect it? Like finding vampire.resource or something along those lines?
The next release will drop the requirement for ixemul, thanks to flype
cmsj is offline  
Old 26 May 2016, 15:11   #138
gulliver
BoingBagged
 
gulliver's Avatar
 
Join Date: Aug 2007
Location: The South of nowhere
Age: 46
Posts: 2,358
Quote:
Originally Posted by cmsj View Post
The next release will drop the requirement for ixemul, thanks to flype
Oh, I see.
That is good news.
gulliver is offline  
Old 26 May 2016, 23:02   #139
Geijer
Oldtimer
 
Geijer's Avatar
 
Join Date: Nov 2010
Location: VXO / Sweden
Posts: 153
asm/c code sample how to detect it or a .library would be really useful.
Geijer is offline  
Old 26 May 2016, 23:23   #140
Cylon
Registered User
 
Join Date: Oct 2014
Location: Europe
Posts: 470
AutoConfig support & Boardslib detection would be more useful. ;-)
Cylon is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
SYSInfo Kitty New to Emulation or Amiga scene 8 22 April 2018 15:59
Picasso IV and SysInfo dannyp1 support.Hardware 2 26 January 2011 13:41
req: sysinfo onkelarie request.Apps 4 05 December 2008 00:33
SysInfo Sofware lopos2000 support.Apps 2 23 July 2005 11:48
Sysinfo ? THX1138 support.Apps 4 10 November 2003 00:08

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 21:45.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.15096 seconds with 16 queries