English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 30 May 2006, 09:41   #1
redblade
Zone Friend
 
redblade's Avatar
 
Join Date: Mar 2004
Location: Middle Earth
Age: 40
Posts: 2,127
problem with txt routine.

I've uploaded a source into the zone.

After looking at RSI Demo maker, I thought, hey I can do some of that stuff.

I'm having problems displaying a 16x16pixelsx3bitplanes Character.

the Character is in the source and is saved in RAW format.
The colours are also in the source code.

--
I've set up the 3 bitplane pointers, told $100 I want to display 3bitplanes.

But damn it it doesn't seem to be working the way I was hoping/expecting it to.

When I use 'AD' on AsmONE1.6, it seems to be a problem displaying the 2nd bitplane as it goes horizontal instead of vertical.

oh Yeah I'm using this on WinUAE as I have no AmigaMonitor, and TVscreen is not a option.
redblade is offline  
Old 30 May 2006, 13:35   #2
bobbybearing
Zone Friend
 
bobbybearing's Avatar
 
Join Date: Oct 2003
Location: France
Age: 51
Posts: 161
could you post a picture of the original character "A" of your font
and a snapshot of winuae with the prog
'cause i cant see where is the problem

EDIT:
original font ripped and snapshot of your prog in winuae
differences??
Attached Images
  

Last edited by bobbybearing; 30 May 2006 at 13:46.
bobbybearing is offline  
Old 30 May 2006, 22:44   #3
redblade
Zone Friend
 
redblade's Avatar
 
Join Date: Mar 2004
Location: Middle Earth
Age: 40
Posts: 2,127
here's a PNG of the font.

it's called mamor.font and comes with RSI.

hope the 2 pngs help.

What version of UAE you running it on? It seems to work on yours
Attached Thumbnails
Click image for larger version

Name:	asmfont.PNG
Views:	262
Size:	7.0 KB
ID:	11203   Click image for larger version

Name:	saved-pic..PNG
Views:	251
Size:	1.1 KB
ID:	11205  
redblade is offline  
Old 31 May 2006, 00:43   #4
bobbybearing
Zone Friend
 
bobbybearing's Avatar
 
Join Date: Oct 2003
Location: France
Age: 51
Posts: 161
winuae 1.2 A500 config
the problem appear in AGA

I see...
the problem is : bpl2mod missing in coplist (even bitplan modulo)
only bpl1mod set (odd bitplan modulo)

add $10a,0 after $108,0

Last edited by bobbybearing; 31 May 2006 at 01:24.
bobbybearing is offline  
Old 31 May 2006, 07:52   #5
Asman
68k
 
Asman's Avatar
 
Join Date: Sep 2005
Location: Somewhere
Posts: 828
Also i dont see where is set dmacon in source file. Add this.
Asman is offline  
Old 31 May 2006, 16:28   #6
bobbybearing
Zone Friend
 
bobbybearing's Avatar
 
Join Date: Oct 2003
Location: France
Age: 51
Posts: 161
... like this at start of the code :
move.w #$83c0,$dff096 ; activate Copper/Blitter DMA

choose in list : #D_setclr|D_Master|D_Btpl|D_Copp|D|Blit
D_setclr=$8000
D_BlitHog=$400 ; pri blitter
D_Master=$200
D_Btpl=$100 ; or Raster
D_Copp=$80
D_Blit=$40
D_sprt=$20
D_disk=$10
D_aud0=1
D_aud1=2
D_aud2=4
D_aud3=8
bobbybearing is offline  
Old 02 June 2006, 08:51   #7
redblade
Zone Friend
 
redblade's Avatar
 
Join Date: Mar 2004
Location: Middle Earth
Age: 40
Posts: 2,127
yep it was bplmod2. set that to 0 and font works okay
redblade 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
show .txt file ....question.... W4r3DeV1L New to Emulation or Amiga scene 12 09 January 2013 10:50
winuaebootlog.txt missing? Kitty support.WinUAE 2 04 May 2012 12:25
winuaebootlog.txt disable pucci support.WinUAE 5 11 November 2011 17:03
hypercat to txt file converter jimbobrocks92 support.Apps 0 08 July 2011 12:06
how to create a txt file twizzle support.Apps 7 09 January 2009 20:57

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 07:13.

Top

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