Search found 279 matches

by MonkZy
Tue Aug 11, 2020 9:07 pm
Forum: ZX Spectrum Next
Topic: Spectrum Next Kickstarter 2 going live tomorrow Aug 11th 2020 9pm BST
Replies: 40
Views: 30221

Re: Spectrum Next Kickstarter 2 going live tomorrow Aug 11th 2020 9pm BST

PeteProdge wrote: Tue Aug 11, 2020 9:02 pm£280? Ouch!
That ship has already sailed...300 quid now.
by MonkZy
Sat Aug 01, 2020 10:48 am
Forum: Emulators
Topic: ZXBaremulator 3.2
Replies: 244
Views: 69045

Re: ZXBaremulator 3.2

TMD2003 wrote: Sat Aug 01, 2020 10:34 am I also have some 2 GB SD cards sitting idle - would they be OK to run ZXBaremulator from?
2 GB is fine for ZX Baremulator.
by MonkZy
Sat Aug 01, 2020 3:36 am
Forum: Emulators
Topic: ZX ULAX emulator
Replies: 256
Views: 74650

Re: ZX ULAX emulator

Batty looks great! Just enough colour to lift the sprites/score off of the background.
by MonkZy
Thu Jul 30, 2020 11:19 pm
Forum: ZX Spectrum Next
Topic: ZX Next/TBBlue Clone
Replies: 0
Views: 2925

ZX Next/TBBlue Clone

I spotted this on twitter :
https://twitter.com/manuferhi/status/12 ... 4238803969

I thought it was interesting so I am passing it on. Three PCB manufacturers are in the thread, offering their services. I guess these PCB companies run bots searching for words like 'prototype' to find customers.
by MonkZy
Wed Jul 29, 2020 11:44 pm
Forum: Programming
Topic: The IY register and the Spectrum ROM
Replies: 2
Views: 633

The IY register and the Spectrum ROM

I have been looking at the ROM disassembly and noticed the routines reference system variables using the IY register. IY is set to 23610 and system vars are read using an offset to IY. This is useful for loading a system variable into registers other than A, as LD r,(IY+N) can be used on all the reg...
by MonkZy
Wed Jul 29, 2020 11:16 pm
Forum: Emulators
Topic: ZXBaremulator 3.2
Replies: 244
Views: 69045

Re: ZXBaremulator 3.2

Here are some pics below. Always love seeing projects like this. The recreated works great with zx baremulator and I agree it is best used with the pi externally to save chopping the case. I have my Pi attached on the back of the monitor on a harness, so you cannot see it. Your case will look ace.
by MonkZy
Wed Jul 22, 2020 11:21 pm
Forum: Design/Ideas
Topic: ZX Spectrum Multi User Dungeon (MUD)
Replies: 13
Views: 15733

Re: ZX Spectrum Multi User Dungeon (MUD)

Update.... Progress has slowed due to work and other distractions but some advances have been made. I have written my own text scrolling routine which is a vast improvement on the scroll used by the spectraNet ROM. I will post the scroll code below. I am very open to suggestions for this routine. T...
by MonkZy
Sat Jul 18, 2020 12:49 pm
Forum: ZXDB Discussion
Topic: Load'n'Run.... "Pirated" games?
Replies: 28
Views: 18310

Re: Load'n'Run.... "Pirated" games?

On each issue of each magazine you find has a screenshot, the fake name and the real name of each game Great site! I enjoy browsing tape magazines. I have found one error. On the page for 'HIT GAMES' there is a snooker game 'Biliardo' with no original game quoted, it is a rip of Steve Davis Snooker...
by MonkZy
Sat Jul 11, 2020 12:03 pm
Forum: Games/Software
Topic: The Cannonball challenge
Replies: 18
Views: 1650

Re: The Cannonball challenge

oops...i did not see Morkin's score :oops:
by MonkZy
Sat Jul 11, 2020 12:01 pm
Forum: Games/Software
Topic: The Cannonball challenge
Replies: 18
Views: 1650

Re: The Cannonball challenge

This game is good!

I have beaten your score...

Image
by MonkZy
Tue Jul 07, 2020 1:16 am
Forum: Design/Ideas
Topic: ZX Spectrum Multi User Dungeon (MUD)
Replies: 13
Views: 15733

Re: ZX Spectrum Multi User Dungeon (MUD)

For this reason, I suggest you move this project to Github and post a link here, instead of posting copies of your code directly. I will look into this. I am not a trained programmer so I am never confident my code is acceptable. I strive to get a piece of code to work, and gain satisfaction when i...
by MonkZy
Tue Jul 07, 2020 12:30 am
Forum: ZX Spectrum Next
Topic: Networking on the ZX Spectrum NEXT.
Replies: 2
Views: 2186

Re: Networking on the ZX Spectrum NEXT.

I do plan on writing a socket library for the Next. This is awesome news. I took a brief look at the AT codes for the ESP , and they were fairly complicated. A socket library would be great, it would making converting spectranet code over to NEXT pretty simple. Coding such a library seems, at first...
by MonkZy
Sun Jul 05, 2020 11:39 pm
Forum: Design/Ideas
Topic: ZX Spectrum Multi User Dungeon (MUD)
Replies: 13
Views: 15733

Re: ZX Spectrum Multi User Dungeon (MUD)

Another update on progress. Big breakthroughs with client-server communications. I have coded a keyboard entry routine. I have coded a main client loop which polls the socket for incoming data, prints data when it arrives, reads keyboard into a buffer and sends the buffer when enter is hit. So basi...
by MonkZy
Sun Jul 05, 2020 1:09 pm
Forum: Showcase your work!
Topic: An oldie
Replies: 6
Views: 1436

Re: An oldie

I had not heard of this game until today (I never used a TI). Looks like a good game to port over. Will the Spectrum version have the speech from the original?
by MonkZy
Sun Jul 05, 2020 1:01 pm
Forum: ZX Spectrum Next
Topic: Networking on the ZX Spectrum NEXT.
Replies: 2
Views: 2186

Networking on the ZX Spectrum NEXT.

Recently I have been exploring the fabulous SpectraNet add-on. The socket library for this device is excellent and mirrors the standard socket library used in python, C++ and most other languages. The documentation for use in z80/Spectrum assembly is first rate. My NEXT related question is, how is s...
by MonkZy
Sat Jul 04, 2020 4:39 pm
Forum: Emulators
Topic: Running ZXDS on a DSi
Replies: 1
Views: 2113

Re: Running ZXDS on a DSi

I have pretty much given up getting ZXDS to run from the SD card on a DSi. I now realise that getting unofficial software to run on the DSi is a clandestine occupation that is best left to software thieves and 1337 hacksters. The irony is, I was given the DSi by my son (who upgraded to a switch) and...
by MonkZy
Thu Jul 02, 2020 10:44 pm
Forum: Emulators
Topic: Running ZXDS on a DSi
Replies: 1
Views: 2113

Running ZXDS on a DSi

I have spent this evening trying to get [mention]Patrik Rak[/mention] 's ZXDS to run on a DSi with no success. I am using the Memory Pit exploit (camera/SD card) to launch a homebrew menu. When I launch ZXDS I get a splash screen with 'ZXDS IS BOOTING PLEASE WAIT...' but nothing happens. I have left...
by MonkZy
Wed Jul 01, 2020 10:25 pm
Forum: Programming
Topic: this code wont give me a random starfield
Replies: 32
Views: 3405

Re: this code wont give me a random starfield

ld b,100 ; loop 100 times mushlp ; put mushroom on screen. ;-------this is the bit we are interested in----------- push bc ; store bc on the stack to preserve b for the loop call random ;v v cp 175 ld b,a jr nc,mushlp call random cp 255 ld c,a call 8933 pop bc ; restore b for the loop djnz mushlp ;...
by MonkZy
Wed Jul 01, 2020 10:23 pm
Forum: Programming
Topic: this code wont give me a random starfield
Replies: 32
Views: 3405

Re: this code wont give me a random starfield

[mention]777[/mention] The not_zero in my example was just an example label you don't need to add that to your code. If I am honest, I found your code hard to read so I am just explaining opcodes as best as I can. My examples were not solutions for your code starfield problem
by MonkZy
Wed Jul 01, 2020 10:09 pm
Forum: Programming
Topic: this code wont give me a random starfield
Replies: 32
Views: 3405

Re: this code wont give me a random starfield

To be fair, it would be good to read some books explaining the basics. I could confuse you more with my lack of proofreading posts before hitting submit :D
by MonkZy
Wed Jul 01, 2020 10:05 pm
Forum: Programming
Topic: this code wont give me a random starfield
Replies: 32
Views: 3405

Re: this code wont give me a random starfield

I edited the above post from equals to not equal :oops:
by MonkZy
Wed Jul 01, 2020 10:04 pm
Forum: Programming
Topic: this code wont give me a random starfield
Replies: 32
Views: 3405

Re: this code wont give me a random starfield

jp nz jumps when the zero flag is not set. The zero flag gets set in a number of ways. An example would be cp 7 , cp performs a subtract on the accumulator but does not change it, if the result is zero the zero flag gets set. So : cp 7 jp nz, not_zero the jump will only happen if the accumulator do...
by MonkZy
Wed Jul 01, 2020 9:49 pm
Forum: Programming
Topic: this code wont give me a random starfield
Replies: 32
Views: 3405

Re: this code wont give me a random starfield

ok, so what does it do? The AND operand performs logic on the bits of the accumulator and the given number. AND logic is as such: 1 AND 1 = 1 1 AND 0 = 0 0 AND 1 = 0 0 AND 0 = 0 an example : accumulator = 7 (binary 00000111) AND 14 would set the accumulator to 6 7 = 00000111 14 = 00001110 6 = 00000...
by MonkZy
Wed Jul 01, 2020 4:37 pm
Forum: Preservation
Topic: Peter Shelley - XL1 by Genetic Records - Artwork
Replies: 3
Views: 666

Re: Peter Shelley - XL1 by Genetic Records - Artwork

Wow, I had not heard of this release. It was released in may 1983, the same year Chris Sievey released Camouflage with a ZX81 video.

The video of XL1 is on YouTube

https://www.youtube.com/watch?v=y4X2FG9Jbqw

Thanks for the upload!
by MonkZy
Wed Jul 01, 2020 4:15 pm
Forum: Games/Software
Topic: Alphabet Quiz!
Replies: 55
Views: 5009

Re: Alphabet Quiz!

Is A - Micronaut One?