RETROVULCANO 🕹️ · @retrovulcano
2397 followers · 51 posts · Server tkz.one

Ghost Trick, un nuevo juego para +
Adaptación del juego para Neo Geo Pocket The Match of the Millennium Game
Está disponible en gamejolt.com/games/Ghost_Trick ¡Disfrútalo! 🚀👍 😋 🕹️

#amstradcpc #retrogaming #videojuegos #videogames #videoaventura #8bits #amstrad #indiedev

Last updated 1 year ago

Moggy · @Moggy
272 followers · 1330 posts · Server mastodon.gamedev.place

Ninja Scooter Simulator, un jeu sorti sur quelques micros de l'époque, dont sur CPC et ZX Spectrum. Ce qui est curieux c'est que, ingame, on joue un type "normal", et non un ninja.

#cpc #amstrad #amstradcpc #zxspectrum

Last updated 1 year ago

Bread80 · @bread80
212 followers · 1105 posts · Server mstdn.social

Say hello to the CPC Modular. This is an built using a slightly modified backplane. Not exactly an RC2014 due to Amstrad IO quirks.

Current status: video is outputting at correct frequencies but SCART converter isn’t detecting a proper signal. But that means CPU and ROM are working and configuring the 6845.

The design uses SRAM and modifies a few signals in order to do that. Im suspecting an issue in those circuits.

#rc2014 #cpc #amstrad

Last updated 1 year ago

Ben Thompson · @bentomn
166 followers · 1999 posts · Server hachyderm.io

@dgc Cool memories. The ‘80s machines are fun and reliable. here on Fedi is kind of incredible. I didn’t have regular access to a machine, just a few hours with a quirky Osborne or KayPro here or there. Contemporaries had TRS-80s as home computers, and I’ve heard the Timex ZX Spectrum was popular along with . Ken Sherriff @kenshirriff has this detailed look back at the Datapoint, and the connections with modern ISAs, you’d probably enjoy. h/t mastodon.social/@mikeolson/110

#retrocomputing #z80 #amstrad

Last updated 1 year ago

demoparty.net · @demoparties
180 followers · 187 posts · Server social.cologne
The Last Psion | Alex · @thelastpsion
358 followers · 893 posts · Server bitbang.social

Just reading through this license doc about the ROMs.

If you've never read it before, it's a conversation between Cliff Lawson of and Andrew Owen, where Cliff states Amstrad's position on what was formerly 's intellectual property regarding the .

I'd love to see something similar with . Officially allowed to distribute documentation, OS ROMs, code (decompiled or otherwise), etc.

github.com/z00m128/zxs-rom/blo

#sinclair #90s #32bit #16bit #retrocomputing #digipres #psion #Speccy #amstrad #zxspectrum

Last updated 1 year ago

Retro Gerry · @gerrykelly
363 followers · 515 posts · Server mastodon.gamedev.place

Dropped son and the grandkid at his kickball team game this morning. I believe the natives refer to it as foot the ball. Though i may have misheard.

Anyways, while i wait for them i just got this wee machine code for beginners on the book in the post this morning. So ill be reading this and playing with z80 in my nice warm car while they run about in the rain.

#amstrad

Last updated 1 year ago

untrusted✓ · @untrusted
19 followers · 259 posts · Server social.tchncs.de

#!/bin/bash

{ nl -w1|unix2dos; }>c.bas<<EOF
mode 0:border 0:l=5
goto 10
a=0:r=0.22
for j=0 to 400
drawr sin(a)*l,cos(a)*l,p
a=a+r
r=r/1.0035
next
return
for p=0 to 15:ink p,p:next
while(1)
move rnd*639,rnd*399
p=rnd*14+1
gosub 3
wend
EOF
iDSK c.dsk -n -i c.bas -t 0
mame cpc664 -flop1 c.dsk -skip_gameinfo -ab '\n\nrun "c\n' -frameskip 10 -str 600\
&&pngtopnm ~/.mame/*/cpc664/f*.png|pnmscale -yscale 2|pnmtopng>c.png

#daily #amstrad #amstradcpc #basic #fun

Last updated 1 year ago

hotkey (Zoé) · @hotkey
537 followers · 558 posts · Server toot.lgbt

With that, I'll probably do a bit of cleanup, try to fix a thing or two, and move on to a new adventure!

My goal was never to make the bestest and most accurate emulator. Just to learn and have fun. My "good enough" threshold is very flexible.

What next?
Well I should write a blog entry about the CPC (lol, right!)

I think I need a change of CPU...
Probably the Motorola 6809 (Coco, Vectrex, Thomson, FM-7 anyone?)

One day the 68000 maybe...

3/3

#hotkeyemu #amstrad #cpc464

Last updated 1 year ago

hotkey (Zoé) · @hotkey
537 followers · 558 posts · Server toot.lgbt

The CPU can only see 64K. The way they implemented extended memory is to have ram modes where you replace pages of the base 64K with pages from extended RAM banks.

First you select a bank (0..7, allowing 512K extended memory + 64K base).
Then you select a RAM Mode (0..7):

Mode 0 is "normal"
Mode 1 maps page 3 of extended RAM
Mode 2 is "all-extended"
Mode 3 is funky (see handy chart)
Modes 4-7 map a single page from ext RAM to page 1

2/3

#hotkeyemu #amstrad #cpc464

Last updated 1 year ago

hotkey (Zoé) · @hotkey
537 followers · 558 posts · Server toot.lgbt

With sound done (ok I have weird white noise in Gryzor but don't tell anyone), what remains is handling the other CPC models (not the Plus, they're weird).

The CPC664 is almost identical to the 464 but with floppy integrated. The CPC6128 has... 128KB of RAM. Slightly different ROMs.

I had to implement the banking like they did. This required adding a way to swap in or out partial memory blocks ("banks" are 64K, but are swapped in or out in 16K "pages")

1/3

#hotkeyemu #amstrad #cpc464

Last updated 1 year ago

Retro Gerry · @gerrykelly
362 followers · 510 posts · Server mastodon.gamedev.place

Aha. Came home earlier and this was sitting waiting on me.
Its an machine code book. I have a pile of pdf books but theres just something right about coding with an old paperback book to hand.
Wasnt till i typed the caption for the image i realised it was quite bizarre. At first glance i thought it was a robot holding a cpc. As its machine code.
But no, its an outboard motor pushing the cpc across the sea... Which now i think about it, is not that unusual for an 80s book cover.

#amstrad #cpc464

Last updated 1 year ago

hotkey (Zoé) · @hotkey
528 followers · 491 posts · Server toot.lgbt

And sound... done!

The CPC use an AY-3-8912 sound chip, which is your run-of-the-mill square wave generator of the era (designed in 1978). It was used in arcade games, and also in the ZX Spectrum and MSX computers. Oh and the Vectrex.

Three square wave voices, one noise generator, one envelope generator (shared).

The noise and envelope channels are probably inaccurate but meh.

Look at that loading screen, now this is art! Oh and there's sound too :meow_headphones:

#hotkeyemu #amstrad

Last updated 1 year ago

MontyOnTheRun · @montyontherun
65 followers · 266 posts · Server bitbang.social

Meanwhile, works continue on the 8-bit ports as well. The UI was redesigned (and still is in flux) Lots of optimizations, but still some numeric precision issues.

The IBM PC 5150 (8088 4.7Mhz + CGA) was also juggled into this version (I'm cooking an EGA version for faster 8088s and 286s, using the geometry for the 32-bit engine).

(pictured, the SEGA Master System version)

#msdos #mastersystem #sega #3d #rpg #gamedev #retrodev #amstrad #msx #z88dk

Last updated 1 year ago

The Last Psion | Alex · @thelastpsion
268 followers · 645 posts · Server bitbang.social

Anyone remember the Graphic Adventure Creator?

Originally made for the , my experience of it was from a covertape.

Anyway, it's been on my list to attempt porting it to for ages. It's not top priority, but the machine is perfectly designed for playing games (see @root42's escapades with ).

Be great if it could decompile and play old games, too.

en.wikipedia.org/wiki/Graphic_
gac.interface1.net/

#adventure #psion3 #retrocomputing #infocom #textadventure #epoc16 #psion #yoursinclair #cpc #amstrad

Last updated 1 year ago

katzenberger · @katzenberger
220 followers · 2055 posts · Server social.tchncs.de

@Fenrir

It's not "perhaps" true. It's true.

Counting only > 1 million units sold, in that era:

C-64, 17 million units sold, price $595
PCW / Schneider Joyce series, 8 million, $799
series, 5 million, $?
ZX , 5 million, $270
II, 5 million, $1295
Commodore C128, 4 million, $300
/ CPC series, 3 million, $515-$699
Commodore VIC-20, 2.5 million, $300
Sinclair ZX81, 1 million, $170

(1/2)

@simplex

#commodore #amstrad #msx #sinclair #spectrum #apple #armstrad #schneider

Last updated 1 year ago

dodothedev · @dodothedev
93 followers · 1306 posts · Server hachyderm.io

Found this old beauty at my parents house. I remember using it to write reports for school when I was very young.

#retrocomputing #amstrad #amstradcpc

Last updated 1 year ago

hotkey (Zoé) · @hotkey
521 followers · 431 posts · Server toot.lgbt

AY-3-891x (sound chip) datasheet: "There are 16 registers"

*looks at table* OK, so R0 to R15 I guess.

*sees register R16 and R17*
*blinks*
*sees there are no R8-R9*
*blinks*

soo...
Address -> Register name
00 -> R0
01 -> R1
02 -> R2
03 -> R3
04 -> R4
05 -> R5
06 -> R6
07 -> R7 (I see a pattern)
08 -> R10 (wat?)
09 -> R11
10 -> R12
11 -> R13
12 -> R14
13 -> R15
14 -> R16
15 -> R17

General Instrument, what the hell?

I mean, no big deal, but that's just confusing?

#hotkeyemu #amstrad #cpc464

Last updated 1 year ago

Jason Dyer · @jdyer
329 followers · 252 posts · Server mastodon.gamedev.place