Re: [PATCH v2 01/12] mos6522: add defines for IFR bit flags

2022-03-03 Thread Laurent Vivier
Le 24/02/2022 à 12:59, Mark Cave-Ayland a écrit : These are intended to make it easier to see how the physical control lines are wired for each instance. Signed-off-by: Mark Cave-Ayland --- include/hw/misc/mos6522.h | 22 +++--- 1 file changed, 15 insertions(+), 7 deletions(-

Re: [PATCH v2 01/12] mos6522: add defines for IFR bit flags

2022-02-24 Thread Philippe Mathieu-Daudé
On 24/2/22 12:59, Mark Cave-Ayland wrote: These are intended to make it easier to see how the physical control lines are wired for each instance. Signed-off-by: Mark Cave-Ayland --- include/hw/misc/mos6522.h | 22 +++--- 1 file changed, 15 insertions(+), 7 deletions(-) Revi