English Amiga Board


Go Back   English Amiga Board > Support > support.Games

 
 
Thread Tools
Old 29 September 2012, 09:45   #21
roy bates
Registered User
 
Join Date: Apr 2011
Location: birmingham
Age: 55
Posts: 2,827
im sure hired guns will work on a 500 with kick 2,let alone an aga machine.
roy bates is offline  
Old 06 February 2021, 23:07   #22
Vesuri
Registered User
 
Join Date: Sep 2019
Location: Amsterdam / The Netherlands
Posts: 49
Quote:
Originally Posted by clenched View Post
This could be made to work by opening graphics.library, set bit 2 in the GfxBase structure [WORD gb_system_bplcon0].
Thanks a lot for this! I can confirm that running the following code before starting Hired Guns indeed fixes the problem:

Code:
        include system

        section PublicCode,Code

ForceLace:
        move.l  4.w,a6
        moveq   #0,d0
        lea     graphicsLibraryName,a1
        jsr     _LVOOpenLibrary(a6)
        tst.l   d0
        beq.s   .quit
        move.l  d0,a1
        or.w    #INTERLACE,gb_system_bplcon0(a1)
        jsr     _LVOCloseLibrary(a6)

        moveq   #0,d0
.quit:  rts

        section PublicData,data

graphicsLibraryName:    dc.b "graphics.library",0
The executable file for this is attached to this post.
Attached Files
File Type: lha ForceLace.lha (392 Bytes, 53 views)

Last edited by Vesuri; 06 February 2021 at 23:17.
Vesuri is offline  
Old 07 February 2021, 10:08   #23
Solo Kazuki
Registered User
 
Solo Kazuki's Avatar
 
Join Date: Sep 2004
Location: Poland
Posts: 1,302
Is lacer not enough?
Solo Kazuki 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
Hired Guns 2 Altman request.Old Rare Games 12 19 January 2014 19:23
Hired Guns Biddy Oldfella request.Old Rare Games 13 06 November 2006 00:32
hired guns mangemani support.Games 6 18 April 2006 18:38
Hired Guns Unregistered support.Games 1 04 December 2004 16:49
Hired Guns Petronius request.Old Rare Games 5 13 April 2004 16:19

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 05:03.

Top

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