Git Product home page Git Product logo

Comments (6)

tonyt73 avatar tonyt73 commented on August 28, 2024

You should be able to fix this locally be editing the AGDX Studio\GraphicsModes\Acorn Atom Monochrome.json file

Change the section
"Tile" : {
"BitmapDataOnly" : true
},

To

 "Tile" : {
	"BitmapDataOnly" : false
 },

from agd-studio.

tonyt73 avatar tonyt73 commented on August 28, 2024

@oss003 What is a valid attribute for monochrome?
Or is this the 4 colour version?

from agd-studio.

oss003 avatar oss003 commented on August 28, 2024

It's the monochrome mode.

Changing the json file doesn't make any difference .......
The Atom engine needs the same data as the Spectrum engine, for tiles: type, 8x data,colour attribute.
The colour attribute is missing now in the AGD file for the Atom, also in the 4 colour mode.

from agd-studio.

tonyt73 avatar tonyt73 commented on August 28, 2024

It makes no sense for 4 colour mode to have an attribute.
Atom monochrome is therefore spectrum 16 colour mode and you could simply rename the atom monochrome file and then copy the zx spectrum one to be atom monochrome. Change the name inside the file as well.

from agd-studio.

oss003 avatar oss003 commented on August 28, 2024

That doesn't work because when I want to run a game in Atom mode, the colour attribute byte is skipped when generating an AGD file.

There is 1 only Atom engine for monochrome and colourmode and that needs a colour attribute byte for dithering in monochrome mode. I don't care if a 0 is added but the compiler and engine need a colour attribute byte like the Spectrum.

from agd-studio.

tonyt73 avatar tonyt73 commented on August 28, 2024

A hack was implemented to support this.
I will remove this, if/when the Atom AGD compiler removes the need for the attribute.

from agd-studio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.