English Amiga Board


Go Back   English Amiga Board > Search Forums

Showing results 1 to 40 of 56
Search took 0.01 seconds.
Search: Posts Made By: Hannibal
Forum: support.WinUAE 29 March 2024, 02:52
Replies: 4
Views: 515
Posted By Hannibal
Appreciate it!

Appreciate it!
Forum: support.WinUAE 25 March 2024, 06:28
Replies: 8
Views: 665
Posted By Hannibal
It has a lot of possible uses, but the first one...

It has a lot of possible uses, but the first one I want to use it for is hot loading of scripts.
I have a script language that compiles down to a binary file. I will use the debugger command to load...
Forum: support.WinUAE 24 March 2024, 15:10
Replies: 4
Views: 515
Posted By Hannibal
Of course. Attached is an executable. Here is the...

Of course. Attached is an executable. Here is the source:

section code, code

UaeCommand: macro
pea 0.w
move.l a0, -(sp) ; output (not used)
pea .cmdend\@-.cmd\@
pea .cmd\@(pc)...
Forum: support.WinUAE 24 March 2024, 08:01
Replies: 8
Views: 665
Posted By Hannibal
OK, I found the IPCTester sample in the WinUAE...

OK, I found the IPCTester sample in the WinUAE github. There was an old chat here on EAB explaining it. I got it to work, and that meets my needs just fine. Thank you again
Forum: support.WinUAE 24 March 2024, 07:28
Replies: 8
Views: 665
Posted By Hannibal
I will have a go at that. Thanks for the...

I will have a go at that. Thanks for the suggestion
Forum: support.WinUAE 24 March 2024, 07:26
Replies: 3
Views: 365
Posted By Hannibal
oh. I didn't realize that AKS_WARP and warp were...

oh. I didn't realize that AKS_WARP and warp were two different settings. Yes, "warp 1" and "warp 0" work perfectly. Thank you again!
Forum: support.WinUAE 23 March 2024, 18:01
Replies: 4
Views: 515
Posted By Hannibal
Using UaeLib without it opening the console window

When accessing UaeLib, if it generates any output (for example executing debugger command) then that automatically opens a separate console window that shows this text.
Is there a way to make that...
Forum: support.WinUAE 23 March 2024, 17:57
Replies: 3
Views: 365
Posted By Hannibal
Using UaeLib to enable/disable warp mode

I want to use UaeLib to control the awesome warp mode from code. However, I can't get it to explicitly Enable or Disable from code, I can only toggle it. Does someone know why the my commands...
Forum: support.WinUAE 22 March 2024, 17:56
Replies: 8
Views: 665
Posted By Hannibal
That’s interesting, but would only work with one...

That’s interesting, but would only work with one process, right?. I have also seen named pipes mentioned in code, but couldn’t get them to work in the past - does anyone have an example that works on...
Forum: support.WinUAE 22 March 2024, 02:13
Replies: 3
Views: 426
Posted By Hannibal
Thank you so much!

Thank you so much!
Forum: support.WinUAE 21 March 2024, 16:44
Replies: 3
Views: 426
Posted By Hannibal
WinUAE blocks the Windows key on keyboard

If any WinUAE window (main window, gui, or debugger) has focus, the Windows key on the keyboard is disabled. This is the key that opens the Windows start menu, and is used for a number of Windows...
Forum: support.WinUAE 21 March 2024, 08:10
Replies: 8
Views: 665
Posted By Hannibal
Sending message from Windows App to running WinUAE instance

I'm working on a level editor (which runs in Windows) for an Amiga game, and I'd like to do Live Editing with WinUAE- when I make a change in the editor, it sends a message to the WinUAE instance to...
Forum: Coders. Asm / Hardware 29 September 2023, 16:25
Replies: 36
Views: 7,607
Posted By Hannibal
Yeah, 102 zooming in Last Dimension - but not...

Yeah, 102 zooming in Last Dimension - but not combined with prescaled images, so Chaos' version was much more impressive
Forum: Coders. Asm / Hardware 28 September 2023, 15:53
Replies: 36
Views: 7,607
Posted By Hannibal
I don't know if anyone released copper-chunky...

I don't know if anyone released copper-chunky before I released Announce, but I definitely had never seen any before I wrote my version.
The routine from WoC was directly the inspiration - Chaos had...
Forum: Amiga scene 19 May 2023, 02:39
Replies: 475
Views: 49,833
Posted By Hannibal
On Megadrive, I was really impressed with Contra...

On Megadrive, I was really impressed with Contra Hard Corps. Great use of both playfields and using the sprites to put together huge animated bosses. To me that seems be hard to replicate on Amiga -...
Forum: Amiga scene 09 May 2023, 04:52
Replies: 475
Views: 49,833
Posted By Hannibal
It was using SNASM so it was some PC with a 100mb...

It was using SNASM so it was some PC with a 100mb hard drive, and deploying to and debugging the A1200 from the PC. It worked pretty well actually.
I don’t remember if the artist used dpaint or...
Forum: Amiga scene 07 May 2023, 11:12
Replies: 475
Views: 49,833
Posted By Hannibal
Hey all, thanks for mentioning Banshee. I wanted...

Hey all, thanks for mentioning Banshee. I wanted to share some memories about that, and opinions:

I personally disagree with the comment about the game having OCS visuals, but to each their own -...
Forum: Coders. General 07 March 2023, 07:01
Replies: 6
Views: 882
Posted By Hannibal
Heh, that would take way too much effort these...

Heh, that would take way too much effort these days. I mostly do small experiments for fun.
Forum: Coders. General 06 March 2023, 18:21
Replies: 6
Views: 882
Posted By Hannibal
Having never used devpac, when I saw elseif in...

Having never used devpac, when I saw elseif in code, I thought it was a bug, I didn't realize it until now that it is *supposed* to be an alias of else. It's a very strange decision by the devpac...
Forum: Coders. General 08 July 2022, 02:53
Replies: 16
Views: 3,351
Posted By Hannibal
Dan, yeah I am not too happy about having to do...

Dan, yeah I am not too happy about having to do clamping like that, but I couldn’t think of another way without losing sample precision and volume (storing as 6-bit only)
What are you thinking?
Forum: Coders. General 06 July 2022, 21:09
Replies: 16
Views: 3,351
Posted By Hannibal
In case anyone is interested, here are my inner...

In case anyone is interested, here are my inner loops from the mixer for fixed rate half/full volume mixing. You need samples eor'ed with $80808080 as that was faster for the mixing code. It is loop...
Forum: Coders. General 06 July 2022, 08:58
Replies: 16
Views: 3,351
Posted By Hannibal
I think 4-to-1 mixing+3 real channels is faster...

I think 4-to-1 mixing+3 real channels is faster than 3 2-to-1 +1 real, because the CPU only does 4 reads 1 write as opposed to 6 reads 3.

I never tried the 3x2-to-1 mixer, but I made a 4-channel...
Forum: Coders. Asm / Hardware 15 April 2022, 23:00
Replies: 19
Views: 2,995
Posted By Hannibal
While this is not practical, this is a fun...

While this is not practical, this is a fun thought experiment :-)
if blitter and copper are busy and unpredictable, could you possibly disable blitter and copper DMA just while you do anything that...
Forum: Coders. General 23 January 2022, 04:47
Replies: 10
Views: 4,134
Posted By Hannibal
So i don’t remember all the details, but I...

So i don’t remember all the details, but I remember that it did 4 dots at a time, in 14 instructions. It was based on symmetric dots within a slice, and on the slices being symmetric too. - so when...
Forum: Coders. Asm / Hardware 08 November 2020, 07:51
Replies: 8
Views: 2,423
Posted By Hannibal
We used a trackloader+decruncher in 3d demo II...

We used a trackloader+decruncher in 3d demo II intro (which was dumb because it was practically a single-file intro). The design is straightforward: double-buffer the memory that track is loaded...
Forum: support.WinUAE 28 October 2020, 03:35
Replies: 3
Views: 909
Posted By Hannibal
Yeah, I remember the GUI debugger is not...

Yeah, I remember the GUI debugger is not supported by you, but I was wondering if someone else had experienced this, and had found any workarounds.

I appreciate everything you do for the...
Forum: support.WinUAE 27 October 2020, 08:57
Replies: 3
Views: 909
Posted By Hannibal
GUI debugger thread hanging on reentry

I have an inconsistent bug that started happening a few months ago. Sometimes, when opening and closing the GUI debugger (shift+f12) two or more times, it hangs the input for the GUI debugger window....
Forum: Coders. Asm / Hardware 12 October 2020, 00:17
Replies: 342
Views: 81,710
Posted By Hannibal
By the way, I worked with Frank Wille to add a...

By the way, I worked with Frank Wille to add a new feature into the next version of vasm, which will make source-level debugging even more useful (at least useful for me) - make it optional per macro...
Forum: Coders. Asm / Hardware 07 October 2020, 08:52
Replies: 342
Views: 81,710
Posted By Hannibal
I have one small bug report: I couldn't place...

I have one small bug report:
I couldn't place breakpoints in my code. Similar symptoms to github issue #115. I verified that my paths in the debug executable were actually absolute (as recommended),...
Forum: Coders. Asm / Hardware 04 October 2020, 00:43
Replies: 342
Views: 81,710
Posted By Hannibal
Yeah, it is understandable that the debugging exe...

Yeah, it is understandable that the debugging exe is bigger due to extra debug info, but that wouldn’t affect the actual code in the executable, I just didn’t think the emulator itself would run that...
Forum: Coders. Asm / Hardware 03 October 2020, 20:01
Replies: 342
Views: 81,710
Posted By Hannibal
I have a quick question: When I run in FS-UAE...

I have a quick question: When I run in FS-UAE with debugging enabled, it really hurts performance - FS-UAE runs at less than half of regular speed, even if emulating just an A500. On the same...
Forum: Retrogaming General Discussion 02 February 2020, 00:34
Replies: 57
Views: 8,379
Posted By Hannibal
Banshee used 63 colors, with 2 semi-transparent...

Banshee used 63 colors, with 2 semi-transparent layers (used for fog, and for transparent bullets/polygon lasers) and 15 colors for sprites (hud and bosses), so 205 used but technically 256 color...
Forum: Coders. General 11 November 2019, 15:47
Replies: 274
Views: 23,618
Posted By Hannibal
(Sorry I posted my reply in the wrong thread - if...

(Sorry I posted my reply in the wrong thread - if there's an admin, feel free to move my comment and replies to it to the fixed point maths thread.).

Yeah, you should be able to approximate as a...
Forum: Coders. General 11 November 2019, 06:46
Replies: 274
Views: 23,618
Posted By Hannibal
First up, great progress on your ambitious goal,...

First up, great progress on your ambitious goal, Deimos, it's inspiring reading about how far you came in such a short time. Best of luck finishing it some time

Here is my take on the original...
Forum: Coders. Asm / Hardware 08 November 2019, 10:18
Replies: 342
Views: 81,710
Posted By Hannibal
My config looks like this. { ...

My config looks like this.
{
"amiga-assembly.cstool": "buildtool\\cstool.exe",
"amiga-assembly.vasm": {
"enabled": false,
"file": "buildtool\\vasmm68k_mot_win32.exe"
...
Forum: Coders. Asm / Hardware 07 November 2019, 07:00
Replies: 342
Views: 81,710
Posted By Hannibal
I have now integrated this in with my current...

I have now integrated this in with my current project, and it all works. It is increasing the joy of coding :-) A couple of things I discovered
1. Like multiple people I use a separate build system...
Forum: Coders. Asm / Hardware 22 October 2019, 08:03
Replies: 342
Views: 81,710
Posted By Hannibal
after updating the bin files it works perfectly,...

after updating the bin files it works perfectly, thank you for fixing it so quickly
Forum: Coders. Asm / Hardware 21 October 2019, 21:44
Replies: 342
Views: 81,710
Posted By Hannibal
I tried 0.18.1, but I still saw the same problem....

I tried 0.18.1, but I still saw the same problem. Is there anything else I have to do other than let VS.Code install the update, and then restarting VS.Code? Do I need to restart my PC? clean and...
Forum: Coders. Asm / Hardware 20 October 2019, 23:28
Replies: 0
Views: 580
Posted By Hannibal
Change in behavior in recent VASM upgrade

I've been trying to upgrade to a more recent vasm, and it generally was smooth, except one regression is blocking me:

reg/equrl statements now cannot override a previous statement. For example,...
Forum: Coders. Asm / Hardware 20 October 2019, 04:11
Replies: 342
Views: 81,710
Posted By Hannibal
Yay, it is not just a bug on my machine :-) ...

Yay, it is not just a bug on my machine :-)

Now for me to figure out how I can configure my code to work with it
Showing results 1 to 40 of 56

 
Forum Jump

All times are GMT +2. The time now is 17:43.

Top

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