mirror of https://github.com/mgba-emu/mgba.git
SDL: Document the missing data argument to w/1, w/2, w/4
This commit is contained in:
parent
aca5c742cb
commit
791b678021
10
doc/mgba.6
10
doc/mgba.6
|
@ -195,10 +195,12 @@ from
|
||||||
.It Cm w Ns Oo Cm atch Oc Ar address
|
.It Cm w Ns Oo Cm atch Oc Ar address
|
||||||
Set a watchpoint at
|
Set a watchpoint at
|
||||||
.Ar address .
|
.Ar address .
|
||||||
.It Cm w/1 Ar address
|
.It Cm w/1 Ar address data
|
||||||
.It Cm w/2 Ar address
|
.It Cm w/2 Ar address data
|
||||||
.It Cm w/4 Ar address
|
.It Cm w/4 Ar address data
|
||||||
Write a byte
|
Write
|
||||||
|
.Ar data
|
||||||
|
as a byte
|
||||||
.Pq Ql /1 ,
|
.Pq Ql /1 ,
|
||||||
halfword
|
halfword
|
||||||
.Pq Ql /2 ,
|
.Pq Ql /2 ,
|
||||||
|
|
Loading…
Reference in New Issue